Hi,
I am currently looking for an alternative for five if-then scenarios all with different branching.
Is there a cleaner way to solve this issue?
Kind regards,
Mike
Hi,
I am currently looking for an alternative for five if-then scenarios all with different branching.
Is there a cleaner way to solve this issue?
Kind regards,
Mike
You can use Switch activity
First of all, use a workflow instead of a sequence.
Then use Switch activity if your conditions varies only on the value of one variable.