Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.46 KB

File metadata and controls

43 lines (30 loc) · 1.46 KB
title description ms.author author ms.date ms.reviewer ms.topic ms.subservice contributors
addColumn (Power Apps component framework API reference) | Microsoft Docs
Adds column to the column set.
hemantg
HemantGaur
05/27/2022
jdaly
reference
pcf
JimDaly

addColumn

[!INCLUDE./includes/addColumn-description.md]

Available for

Model-driven apps

Syntax

context.parameters.dataset.addColumn(name, columnAlias)

Parameters

Parameter Name Type Required Description
name string Yes Name of the column. For linked entities concatenate linking entity alias and the column name, for example: contact_alias.firstname.
columnAlias string No Alias of the column.

Return value

Type: Promise

Related articles

Dataset
Power Apps component framework API reference
Power Apps component framework overview

[!INCLUDEfooter-include]