EntityRecord.getValue
Gets the raw value of the record's column.
Available for
Model-driven and canvas apps
Syntax
getValue(columnName)
Parameters
Parameter Name | Type | Required | Description |
---|---|---|---|
columnName |
string |
Yes | The logical name of the column. |
Return Value
Type: string
| Date
| number
| number[]
| boolean
| EntityReference | EntityReference[]
| FileObject | ImageObject
Note
For Canvas apps the fileSize and mimeType properties for file columns will be missing on the first call, but the call initiates an asynchronous process to cache these values. After these values are cached, the next getValue
call will return all attribute values.
Related articles
Entityrecord
Power Apps component framework API reference
Power Apps component framework overview