Decide next step if a window opens

Hello
I am in a process that I have to check a series of invoices.
The problem arises when a window tells me that the invoice is already loaded, so I don’t have to do anything else, if it is not loaded I have to continue performing a series of steps.
How can I make it so that when I skip that window, I tell it to press the exit button to make another query?
This window does not always jump only to invoices that are already added.

Thanks and best regards.
secuencia

You can use element exists to check for the window - then use a If decision - If found - Press Exit - Else - Skip

Perfect, I had never used that option and it works for me for what I want.
Thank you very much for the quick answer.

All the best.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.