Hi,
I am using Power automate with action 'When power pages calls a flow'.
Since it is a long-running flow, and often goes above the 2 min timeout threshold for portal API.
I saw there is a setting in the response which allows to send the response immediately and keep the flow running in the background like we have for HTTP triggered flows.
But unfortunately, the power pages API only returns the 202 status code and not the Location header to poll to.
It also returns the response like below -
{"ErrorCode":"0000000B","Message":"Default"}
Is there any way to handle long-running Power Automates like in HTTP triggers.
If there is a setting, that means there should be some way. Not sure what i am doing wrong.