Hi all!
When their is an issue in workflow sometime it shows error sometime not ? Can anyone let me know the fix ? Or have to change any parameters
As the issue is intermittent, it’s better to wrap the logic under retry scope activity. This should help.
1 Like
Can you please be more specific to what issue so that we can help you..
1 Like
Hi @vhvinodsai
Intermittent workflow errors in Autopilot usually happen due to timing, dynamic UI elements, or missing exception handling.
- Add Wait / On Element Appear before activities
- Use robust selectors (anchors / partial selectors)
- Wrap steps in Try-Catch to handle exceptions
- Check Autopilot queue & transaction settings
- Add detailed logs to troubleshoot
Most issues are fixed by handling timing and UI detection properly.
1 Like
It was great insights thank you so much let me try this hope it works well !
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.