I'm trying to create an html table that accesses info from a related entity in Dynamics 365
I've got a List Rows step with FetchXML and an Expand Query - Expand Query is relationshipname($select=description,name).
This goes to a Select step with Dynamic Content from the List Rows step - when I run a test the Inputs are showing this:
Solved! Go to Solution.
Hi Manish,
I managed to get this working - on the Select step, instead of using the Dynamic content, I wrote the following expression:
item()?['a_140843db21f4ea11a81500224801c8ab.name']
item()?['a_140843db21f4ea11a81500224801c8ab.description']
and it worked perfectly
Hi @johnandrews1987 ,
Could you share your output of Select and List rows. Ideally select action is used for mapping / changing the name to your desired name before using it further.
Thanks
Hi Manish,
I managed to get this working - on the Select step, instead of using the Dynamic content, I wrote the following expression:
item()?['a_140843db21f4ea11a81500224801c8ab.name']
item()?['a_140843db21f4ea11a81500224801c8ab.description']
and it worked perfectly
Hi @johnandrews1987 ,
Glad to see you solved the problem.
You could mark your own reply to close the case.
Best Regards,
Wearsky
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
31 | |
27 | |
27 | |
21 | |
10 |