Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.49 KB

File metadata and controls

45 lines (31 loc) · 1.49 KB
title description ms.author author ms.date ms.reviewer ms.topic ms.subservice contributors
EntityRecord.getValue (Power Apps component framework API reference) | Microsoft Docs
Gets the value of the record's column.
hemantg
HemantGaur
04/21/2023
jdaly
reference
pcf
JimDaly

EntityRecord.getValue

[!INCLUDE./includes/getvalue-description.md]

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

[!INCLUDEfooter-include]