I have multiple Power Automate Flows in an environment. I would like to find a flow that writes a row to a data verse table. We have multiple flows in the environment more than 100. What is the most efficient way to find the flow?
We tried to use xrmtoolbox, but it only allows to search in flow triggers, not in actions.
user27340224 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
4
Do you have Power Automate Insights enabled? you may be able to filter flows based on some metrics so you can check which flows are interacting with Dataverse tables based on execution data.
It is either you do it manually access details about all flows in your environment in Power Platform Admin Center and you check under Solutions and select your Managed Solution and manually search for the “Dataverse” connector or any action that indicates it writes to Dataverse.
Or maybe PowerShell Cmdlets can help (Get-AdminFlow)