Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.14 KB

File metadata and controls

53 lines (34 loc) · 1.14 KB
title description ms.author author ms.date ms.reviewer ms.topic ms.subservice contributors
EntityReference (Power Apps component framework API reference)| Microsoft Docs
Learn how to use different methods and properties available for EntityReference in Power Apps component framework.
hemantg
HemantGaur
05/27/2022
jdaly
reference
pcf
JimDaly

EntityReference

[!INCLUDE entityreference-description]

Available for

Model-driven apps

Properties

etn

The table type name. Read-only.

Type: string

id

The record id. Read-only.

Type: object

The id object contains the following property:

Name Type Description
guid string 00000000-0000-0000-0000-000000000000

name

The name of the table reference. Read-only.

Type: string

Related articles

Power Apps component framework API reference
Power Apps component framework overview

[!INCLUDEfooter-include]