Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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