"Hello,
I've several flows that execute a stored procedure in a SQL Server and return the rows back to the caller of the flow, in his case a PowerApp.
They have been failing sporadically with a TimeoutError on the response action. Multiple of these flows are called at the same time during a single load of my Powerapp. I've noticed that the failure seems to affect all executed flows at the same time.
I can't find a way to increase the timeout on the response action. It is also confusing that it is timing out with such a short execution time (0s), especially when some of the other runs that do not fail show the exact same execution time on this action.
the full error text reads "Action 'Response' failed: The execution of template action 'Response' is failed: the client application timed out waiting for a response from service. This means that workflow took longer to respond than the alloted timeout value. The connection maintained between the client application and service will be closed and client application will get an HTTP status code 504 Gateway Timeout."