Just beginning building canvas app for first time and struggling with how to do a 'Lookup' on a related entity in CRM.
I have the GUID of the valude I want to lookup on however the below Lookup doesn't seem to work?
Trying to response value back only from particular record that has a matching "Related Enitty" id?
LookUp(Responses,"Related Entity"=Param("RelatedEntityId")).Response
thanks, had to end up converting to GUID like this...
LookUp(Responses,'Related Entity'.id=GUID(Param("RelatedEntityId"))).Response
Yes, thanks.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
214 | |
205 | |
86 | |
58 | |
38 |
User | Count |
---|---|
322 | |
259 | |
130 | |
86 | |
55 |