tommykhs
Member
I refer to this workflow step 5 router of this workflow https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTY5MDYzNDA0MzA1MjZjNTUzMzUxM2Ei_pc
I wonder whether router can implement if else condition.
Let me simplify the login as below. Currently, my router logic is
If Region=Taiwan Then action1
if Region=Singapore Then action2
if Region=Hong Kong or Shanghai or Beijing Then action3
I need to edit the condition, but pabbly loads til error when I try to edit the conditions with many criterion in case3 (Region=Hong Kong or Shanghai or Beijing), which I previously request to fix the loading problem but no luck.
My question now is, can I implement if else logic instead, then I don't need to have many conditions for case 3.
If Region=Taiwan Then action1
else if Region=Singapore Then action2
else
Action3
Thanks.
I wonder whether router can implement if else condition.
Let me simplify the login as below. Currently, my router logic is
If Region=Taiwan Then action1
if Region=Singapore Then action2
if Region=Hong Kong or Shanghai or Beijing Then action3
I need to edit the condition, but pabbly loads til error when I try to edit the conditions with many criterion in case3 (Region=Hong Kong or Shanghai or Beijing), which I previously request to fix the loading problem but no luck.
My question now is, can I implement if else logic instead, then I don't need to have many conditions for case 3.
If Region=Taiwan Then action1
else if Region=Singapore Then action2
else
Action3
Thanks.