Hello,
Is there way to use bool variable as trigger? For instance in the pick activity?
As on the below screenshot lets imagine I have bool variable isItMonday and if its “True” I want to go through pick branch that will send message “True” and if its “False” I want to go to branch that will send message “False”
Any idea how to do it?