Hello,
Pulling my hair out here trying to do something really simple.
If today is Monday (i.e dayOfWeek(utcNow()) = 1) then run x else y.
I've went across documentation and other answers and they don't work for me?
I've tried dayOfWeek(utcNow()), dayOfWeek(%currenttime%), dayOfWeek(), Weekday( Now() ) in the if statement and as a variable but the variable input always outputs as plain text, not as result of a formula.