Answered question

Would a While loop select the first value that exists if it is set to 'match any of the following' out of 4?

I defined a While loop as follows:
While
Match any of the following
var1 does not exist
var2 does not exist
var3 does not exist
var4 does not exist
delay 1000 ms
Would it end as soon as one of the variables is assigned a value?

Zoe B.
Zoe B.

Zoe B.

Level
0
3 / 100
points
Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

Yes if one of the condition is not met anymore then it should drop out of the loop. Isn't it what you observed?

Did you find this useful ?

No (0)

Yes (1)

100%

100% of users found this answer useful