hi
i've a flow that returns to powerapps a base64 pdf text.
Sometimes i receive this error also if the total execution time is about 6 sec.
The problem seems to be more frequent with apple clients.
Any suggetions?
thank's
Actually, it's not really a timeout issue as the error occurs even with streams that last for 6 seconds. However, it's possible that returning a base64 to a mobile device could indeed cause a problem. I've noticed that the error occurs more often with Mac clients and never on PCs. Nevertheless, I think it's best to pass the file "link" at this point.
thank's
"Respond to a Power App or flow" action has a 120 seconds request timeout limit, and that can't be changed unfortunately.
It seems that you're returning a bunch of data to the Power App, so my recommendation would be that you store the data (pdf) in some data source (SharePoint, Dataverse), and return a link to it to the Power App.
Hope that helps!
Ferran
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2