The beauty of Power Platform is that with the access to Power Automate APIs (almost) anyone can use them and enhance the functionality.
In my case I needed to get Power Automate flow run history. It’s available via the call to “https://management.azure.com/providers/Microsoft.ProcessSimple/scopes/admin/environments/${environment}/flows/${flow}/runs?api-version=2016-11-01“, where the…
Continue Reading gr.and’s Article on their blog
How to get (almost) all Flow runs
The beauty of Power Platform is that with the access to Power Automate APIs (almost) anyone can use them and enhance the functionality. In my case I needed to get Power Automate flow run history. It’s available via the call to “https://management.azure.com/providers/Microsoft.ProcessSimple/scopes/admin/environments/${environment}/flows/${flow}/runs?api-version=2016-11-01”, where the variables are your environment and flow ids respectively.
Blog Syndicated with gr.and’s Permission