I am using multiple time if condition it make the code complex and not easy to understand as I try to mention in screenshot
Some one suggest me If you use Nested if, it is very difficult to understand the workflow, because the IF activity splits a sequence vertically
So use Boolean flags instead of using nested ifs.Can you please suggest me how can I achieve this