Hi,
In the Set Variable module in my Action Flow, the 'If' expression below evaluates to 'A' whereas it should evaluate to 'B'. Where am I going wrong?
if(1=2; A; B)
Thanks !
Bhasker
Hi,
In the Set Variable module in my Action Flow, the 'If' expression below evaluates to 'A' whereas it should evaluate to 'B'. Where am I going wrong?
if(1=2; A; B)
Thanks !
Bhasker
Dear @bhasker.sathy
Your '1 = 2' is not recognized as comparison but just string. Please use equal tag from variable pallet > General Functions > Operator, then this comparison returns false like below picture.
Best regards,
Kazuhiko
Thank you @kazuhiko.takat12 . That worked !
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.