Dataverse Connector
Revision as of 08:55, 15 December 2021 by CarinaMClaesson (talk | contribs)
The Dataverse Connector is used in Power Automate cloud flows to connect to your Dataverse data. This page gathers tips and tricks.
Tips and tricks
List Rows
- After using List Rows, if you want to check if there was no rows returned, use this expression empty(body('List_records')?['value']) in a condition. If that is equal to true - means no rows returned.