If you come from the Dynamics 365 CE/CRM developer background, you would know that the value of the lookup field (or attribute, whatever you prefer to call it) comprises of 3 basic components:
- ID (the GUID of the related record)
- Name (the Primary Field value of the related record which is used as the Display value of the lookup field in the model-driven app)
- Entity Type (the logical name of the…
Continue Reading noreply@blogger.com (Linn Zaw Win)’s Article on their blog
[Power Apps] Using Common Data Service’s Lookup Data Type Field in Canvas App
If you come from the Dynamics 365 CE/CRM developer background, you would know that the value of the lookup field (or attribute, whatever you prefer to call it) comprises of 3 basic components: ID (the GUID of the related record) Name (the Primary Field value of the related record which is used as the Display value of the lookup field in the model-driven app) Entity Type (the logical name of the related record entity which is used to identify the entity type especially in polymorphic lookups such as Owner, Customer, etc.)
Blog Syndicated with noreply@blogger.com (Linn Zaw Win)’s Permission
More About This Author

Array
Dyn365CE2022.11.19Dynamically List Rows From Any Dataverse Table with FetchXML in Power Automate
Dyn365CE2022.10.31Generate Document From Word Template and Send As Email Attachment Using Cloud Flow
Dyn365CE2022.09.19Formatting Section or Field Label as Bold/Italic in Model-driven App
Dyn365CE2022.09.05Debugging Pre Operation Plug-In Without Plug-In Trace Log