Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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