Using Connector
Last updated
Last updated
The connector can be used in 2 main ways.
For all solution aware flows the Dataverse 'Get a row by id' or by 'List rows'. To use the list rows the action must be set to the Process (workflows) table and have a filter set to:
As this filters out business rules, desktop flows, and other workflows that are not compatible. Using the expand and select on createdby can also be used to get the flow owners name.
Please ensure you do not over your daily API limit else you will be throttled and may have you key cancelled (use row count to limit)
You can also use the Power Automate Management connectors. This will cover all flows, including non solution aware, but is limited to your flows so can not be used by admins to view all flows.
The 'List My Flows' lists all flows, the 'Get Flow' is then used to get the flow definition for AutoReview (currently the 'Get Flow as Admin' does not return the definition).
The flow name is passed as the Flow ID (not the display name)
Please ensure you do not over your daily API limit else you will be throttled and may have you key cancelled