Hi Guys,
I recently got some help with a Reminder Loop , and since I implemented the solution my flow has been failing with error message:
The execution of template action 'Respond_to_a_PowerApp_or_flow' 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.
It doesn't always fail, but when it does it's only the last action (respond to power app or flow) that fails and the rest of the actions complete successfully.
Here is what my flow looks like:

Here is a screenshot of the error I am getting:

Please help 😟