Hello ...
I need to purge a table and then run the dataflow that will reload it
I would like to get the result of the dataflow reload
I built then the following flow (I am aware that I could improve the deletion performance but for the time being please ignore it)
It turns out ... that I get a "Request to the backend service timed out" on the "Respond to a Power App" Card ...
Any hint?
Btw... I need to use this as a child flow, this is why I added the "When a dataflow refresh completes" & "Respond to a Power App
Btw #2, The "When a dataflow refresh completes" has a timeout of several hours, but right now I am on test mode and it takes less than 4 minutes for it to complete... I added the Try/Catch just as an attempt (fruitless) to handle the error
Here's the resulting error
Any help will be appreciated
Solved! Go to Solution.
Hi @Bruno_C ,
As long as the flow of Power Apps as trigger runs for more than 2 minutes, it must report a timeout error when writing back data. There is currenty no way to solve the timeout problem, but you could try this workaround:
Save the things you want to return to online services such as SharePoint or Dataverse, and then connect to these online services in the Canvas APP to get the running results of Flow. For Example:
1\My Flow
2\My App
Because the response is executed first, there will be no timeout. App can obtain the unique identification code, and then use this identification code to search the data that flow was sounded during execution and saved in the SP.
Best Regards,
Bof
Hi @Bruno_C ,
As long as the flow of Power Apps as trigger runs for more than 2 minutes, it must report a timeout error when writing back data. There is currenty no way to solve the timeout problem, but you could try this workaround:
Save the things you want to return to online services such as SharePoint or Dataverse, and then connect to these online services in the Canvas APP to get the running results of Flow. For Example:
1\My Flow
2\My App
Because the response is executed first, there will be no timeout. App can obtain the unique identification code, and then use this identification code to search the data that flow was sounded during execution and saved in the SP.
Best Regards,
Bof
User | Count |
---|---|
95 | |
39 | |
25 | |
22 | |
16 |
User | Count |
---|---|
129 | |
51 | |
48 | |
35 | |
24 |