I have a process that loops through multiple times. Each time the same steps are performed, however randomly 1 step (always the same step) is not executed on a different loop round, which causes the next step to fail. It’s failed on loop 3, loop 4, loop 10 and has also completed successfully (this is using exactly the same data within my test environment).
The step in question is a click activity to click onto a tab on a webpage - the activity evidently is created ok (as it often works), I’ve added a small delay before this step to allow time for the webpage to load. Makes no difference.
If it failed on the same loop around I could start to pinpoint the issue, but the randomness has got me stumped!
Ive uploaded a screenshot of the offending step as a reference
1 post - 1 participant