I run a Flow from PowerApps, that takes Data from the App and creates a PDF from that data.
the flow ran around 6000 times the last few months and i never had this error.
now i got a new user working with that App
and when he is using my flow, he occasionally gets this error:
The execution of template action 'Respond_to_a_Power_App_or_flow' is failed: the client application timed out waiting for a response from service.
The response is mandatory, as it confirms that a file is created or there was a problem (eg. if some data did not match the "standard", or file directory was not found)
in total there are 28 steps prior the response (90% of these Steps did take 0 Seconds to execute).
saying 0s = 1s it would be 28 Seconds + 10% that took longer then 0s would be totaling to ~ 45 seconds runtime - so pretty far away from 120 seconds.
does someone have an idea how to find out what's going wrong at these few runs that are failing?
maybe its relevant:
The user is one of a few users, working with iPad instead of Samsung Tablet, cause he has additionally a 3rd Party software that only runs on IOS
but also other IOS users didn't have this problem before.