
Announcements
Hi,
I have a erratic Get Rows problem with my flow. You can see the settings in the images below. The problem is that it's very flaky in the way that it sometimes works, but sometimes fails with the error message in the last image. I have tested it with the exact same data and I will still get a fail rate of around 6/10. Anyone had this type of experience and if so, did you manage to overcome it?
Hi @McMonty,
I have never met this issue because I have no such amount of rows.
But there is a method to prevent the action failed, you can nest the Get rows into a Do until action, it will be a loop if the Get rows always failed. If the statusCode of Get rows is 200, jump the loop.
To prevent the following action will stop due to the Do until action will be regarded as failed one if Get rows failed firstly, you should Configure run after in the next action, select "has failed" will let the action continue work if the Do until failed.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.