Hello dear Community.
I am trying to click on one of 4 possible Elements in a browser.
If the first "Room" is not available I want to automatically try the next one until one works.
This is what I came up with:

Every selector looks the same, just the room parameter gets increased.
I thought when having multiple Selectors PAD will run through them from top to bottom until one works. But apparently this is not the case, since in my example Room3 should work but when I run it, I only get this error.

As soon as I deactivate the first two selectors, the whole process works...
How do I fix this? How can I make PAD run through all the selectors until one works?
Thanks in advance,
Robert