I have multiple database entries with a boolean field. Standard value is “no”. Additionally, I have a workflow that is only supposed to be triggered once all entries are set to “yes” in the boolean field. How can I test whether this condition is true in the “Only when” field? I tried the following expression:
do search for items with certain condtions (creating a list) : each item’s boolean field is “yes”
However, the expression stays red and the (More…) after it remains…