getEntityMetadata (Component Framework)
Returns the table definitions for the specified table.
Available for
Model-driven apps
Syntax
context.utils.getEntityMetadata(entityName, attributes)
Parameters
Parameter Name | Type | Required | Description |
---|---|---|---|
entityName | String |
Yes | The logical name of the table. |
attributes | String[] |
No | The columns to get metadata for. |
Return Value
Type: Promise<EntityMetadata>
Related articles
Utility
Power Apps component framework API reference
Power Apps component framework overview