I have a Do While which operates on a ‘Text Exists’ variable. Inside the ‘Then’, I have a sequence which synchronises the system with Active Directory The system this task is running on is prone to kick you out randomly - after which you need to log in again. For this reason I have nested an IF inside the ‘Else’ of the Do While to log in. This second IF operates on an ‘Image Exists’ variable - its looking for the ‘Login’ image.
My issue is when the login sequence runs. At the end of this activity I navigate back to the AD synchronise page, however the sequence just exits the Do While to continue on. I of course want it to return to the Do While. How do I do this?
^the errors are because I’ve made a copy for redaction