What we are trying to do: Since our SQL server query task is taking more than 2 minutes we want to set the timeout to more than 2 minutes in our Power Automate. We are following the
instruction from this link -> https://docs.microsoft.com/en-us/power-automate/limits-and-config
We are setting the duration in the ISO 8601 format.
Issue: We have set the timeout settings to 30 minutes for Power Automate SQL Server query task. Still it keeps on failing when the execution exists in 2 minutes. Please see the below screen shot. The timeout is not taking effect. It still times out at 2 minutes.
I got the same issue.
Can you guys find any solution?
Hi subhashc,
I unfortunately dont have a solution to your issue as I dont think it is possible as Stored Procedures seem to be executed synchronously and not asynchronous (as it would require for extending the timeout - see first table https://docs.microsoft.com/en-us/power-automate/limits-and-config). However, I was able to find 2 alternatives, which might be helpful for you.
1. If the stored procedures are run on a scheduled basis, you can instead use Azure's Automation with Powershell script running on a predefined schedule (https://global.hitachi-solutions.com/blog/azure-sql-databases-stored-procedure)
2. I was able to rewrite the Stored Procedure for my query, to take in the ID of the row it should use for the transformation, which speeds up the processing time and kept it under 2 minutes.
I hope that they might help you but if you find a better way, please let me know.
Hi,
I got the same issue and can't find a way to dissolve it.
Because this is the basic limited by Microsoft automate, below is the explanation:
Hope it's helpful to you.
https://docs.microsoft.com/en-us/power-automate/limits-and-config
ilu989
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1