Himanshu N Tatariya
Himanshu N Tatariya

Reputation: 278

Power Automate Run History

I created one Power Automate Flow. When I need to check Run History for my Flow I clicked on "All runs" and able to see all the History.

This history is only for 28 days, then after it automatically deletes by Power Automate. I need to create one Flow that automatically emails me that all history, which run in 28 days.

For that needs to create recurrence flow, but in that flow not found that Flow history. Is there any way to download or email that All History automatically?

Upvotes: 0

Views: 1971

Answers (3)

Ivan
Ivan

Reputation: 3

This can be achieved through a custom conector. Please find the documentation on this link: Custom connector to get flow run history

This comes with his own downsides, as there's also a maximum amount of runs you can retrieve. If the executed flow is scheduled, it will be easy to set a new flow one to email the history before going over the limit.

Hope this helps

Upvotes: 0

You can check the whole history if you call it via the PowerShell as far as I know, keep me updated if that works.

Upvotes: 0

Jerry_MSFT
Jerry_MSFT

Reputation: 316

Per my knowledge, out-of-box solution only enables you to manually download the Power Automate run history. If you want to download it on schedule, you may need to use 3rd party tools or create a custom solution.

Reference which may help:https://2die4it.com/2020/07/08/custom-connector-to-get-flow-run-history/

Upvotes: 1

Related Questions