I need to check for multiple conditions in flow decision activity.
-
Assigning Month name to a string variable
-
Checking for multiple condition in flow decision activity
As flow decision only accepts Boolean data type i am not able to convert string as Boolean using convert method
Criteria is if month is Jan or Apr or July or October true branch should execute else false branch
Please help me with this