addColumn
Adds column to the column set.
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