18-08-22 07:47 PM
Hello,
I have a decision stage, but for it to flow in the ‘yes’ direction, both statements need to be true. If I evaluate the expression with just [Success]=True and test it, it works fine. But I was wondering if I incorrectly wrote this because it returns False no matter what combination I change the flags to be:
Answered! Go to Answer.
18-08-22 09:48 PM
[Success] = True and [Emails Success] = True
[Success] and [Emails Success]
18-08-22 09:48 PM
[Success] = True and [Emails Success] = True
[Success] and [Emails Success]
18-08-22 09:56 PM