#Are conditions in a 'choose' block ANDed or ORed?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Hi, simple thing. I can add multiple conditions to a 'choose' option. Is then checked if all are true or if only one is true?
I tried to google it and look at documentation but I cannot find any documentation on the choose block.
AND by default, but you can code them to OR.
perfect, thanks!