10

Else If Ladder Style / Switch Case Style Branching Logib


Avatar
Bijay Nayak

Can we get Else If Ladder Style Branching Also Or Switch case Style. Current we have nested if else statement login. But for multiple condition check. Else if ladder is better & error free.

A

Activity Newest / Oldest

S

Soleven

Also need this:

CONDITIONS IF IF IF in parallel without ELSE
Ex:
IF LIST contains A than ActionA
IF LIST contains B than ActionB
IF LIST contains C than ActionC

if my list contains A and B and not C, I want to execute ActionsA+ActionsB
and if my list contains A+B+C I want to trigger the 3 Actions.

This is an example but I can actually have more than just 3 letters A,B,C, D, E, F, G. Because I have to send messages for each language.


S

Soleven

Now we can have only IF A ELSE B.
And doing sub conditions is not convenient at all....

It would be better to have regular If, Elsif, Elsif, Elsif, Else conditions, or Switch conditions, because in my case for example, the IF conditions is on the Language tag used in my infos, and I have 8 differents..


S

Soleven

Be able to exit from IF/ELSE conditions to add a last step that run in all cases (reporting, notifications), using the data of the previous steps


Avatar

Diran George

This is sorely needed to make the flexibility of the automations top notch. Right now, we are constrained to 2 parent level if then else checks, which is not flexible enough


F

Frismo Ltda

Need this too


Avatar

Bijay Nayak

need


  • F