Instead of using Flow Decision in FlowChart why can't we use If Else condition?

We are using Flow decision in Flow chart which acts as same like if else condition in Sequence. Then why it is advisable or recommended to use flow decision in Flowchart

Hi @arnab

Summary from @jack.chan:
"If your flow is mostly linear and doesnt have a lot of branching logic, you can use a sequence

But if you have a lot of branching logic and use multiple nested if statements in a sequence , it is very hard to understand"

I would add that a flowchart allows for visualising a complex process into something that is more easily understood. A flow chart can allow you to support more than just a boolean (True/False) outcome in a simpler way.

Take a look here:

Cheers

Steve

1 Like

Thanks a ton :slight_smile:

1 Like

Hello again

Take a look here also.

1 Like

Do you have any further questions that I or (someone else could) answer?

Otherwise mark as complete to help other users find the solution in the future :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.