You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I do a complex conditional navigation in workflow as below assuming param1, param2, param3 are published variables as outcome from multiple operations. For eg:-
If ( param1 == "1" && param2 > 2 && param3 != 5)
do operation 1
else
do operation 2.
The text was updated successfully, but these errors were encountered:
How do I do a complex conditional navigation in workflow as below assuming param1, param2, param3 are published variables as outcome from multiple operations. For eg:-
If ( param1 == "1" && param2 > 2 && param3 != 5)
else
The text was updated successfully, but these errors were encountered: