Hello,
How do I simplify my flow?
I have 4 stages of approval and each runs through an array of approver's email addresses and requests their approval.
However, I want to be able to skip a stage if that Array is empty. So if the first stage has no approver's email address, then move onto the next stage. But if it contains information then run through that approval process.
The only way I can think to do this is quite a few if statements and Conditions, however, is their a simpler way?
To check is the Array is empty I am using a condition 'Length.arrayvariable is greater than 0'