web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Bring your code 2 life / Power Automate: Avoid Apply...

Power Automate: Avoid Apply to Each for List rows action (DataVerse)

Andreas Cieslik Profile Picture Andreas Cieslik 9,267

If you do not want to use the Apply to Each loop after a Dataverse List rows action you can use the following in a Dynamic Content / Expression box to directly use a field's value in e.g. Compose action:

first(outputs('List_rows')?['body/value'])?['apx_fullpath']

instead of apx_fullpath you can use whatever field name you need for the entity that's been queried before.



This was originally posted here.

Comments

*This post is locked for comments