Gonna need your help again. If lets say the text isnt found how do I make the “else” part repeat the previous activity until its found then it moves through the “then” part
Try to use retry scope activity(use your code again and place it inside of retry scope) and you can assign how many times it should repeat. I hope it might helpful for your requirement. Thanks.
Why can’t you use a while loop with the same condition of finding your text ? You can also put a delay activity to keep trying after every few minutes.
We can adopt some of the logic from @Gokul001 . typically this is to maintain retry logic by using flow charts. But we must and should use counter to control the loop otherwise it might lead to infinite loops. please refer the below screenshot. and also attaching the sample work flow for your reference. check and let us know is this what you are expecting. thanks.