Is it possible right now to check for two conditions to run an action? I.e. If a=1 and b=1 then do action
Thanks
Is it possible right now to check for two conditions to run an action? I.e. If a=1 and b=1 then do action
Thanks
This is a completely valid condition to write in the condition field:
if a == 1 and b == 1