I've searched online but can't find a straighforward answer for this (and apologies as it's probably a pretty basic question!)
I'm using the CDS connector to work with Dynamics 365 data.
How do you display lookup field in a gallery when using the CDS?
When I was using the Dynamics 365 connector, I would use the following syntax to display a lookup to an Account but this doesn't work with the CDS connector:
LookUp(Accounts,accountid=ThisItem._new_accountnameid_value,name)
What is the equivalent formula for the CDS connector?
Solved! Go to Solution.
Resolved this myself after playing around with the formula.
To display the lookup name in the gallery rather than the guid, use the following syntax:
ThisItem.'<Insert field Label of current entity>'.<Insert field label of entity being looked up to>'
In my instance I'm looking up to the Account entity from a custom entity where the field is called 'Site Name'
e.g.
ThisItem.'Site Name'.'Account Name'
Resolved this myself after playing around with the formula.
To display the lookup name in the gallery rather than the guid, use the following syntax:
ThisItem.'<Insert field Label of current entity>'.<Insert field label of entity being looked up to>'
In my instance I'm looking up to the Account entity from a custom entity where the field is called 'Site Name'
e.g.
ThisItem.'Site Name'.'Account Name'
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
22 | |
5 | |
5 | |
3 | |
3 |
User | Count |
---|---|
23 | |
8 | |
6 | |
6 | |
4 |