Hello all,
i have a flow of 3 levels approval (1st level is required and the 2 others are optional) i am stuck in a problem that is when i put an expression let's say for the 2nd approval let's take this as an example ( if(empty(trigger Body()?['email_1']), '', if(and(empty(trigger Body()?['email_2']), equals(variables('Counter'),2)), 'Pending', if(and(not(empty(trigger Body()?['email_2'])), empty(trigger Body()?['email_1'])), '', 'Your Value Here'))) )
if don't know what to put in the last else statement. anyone has an idea about how to write an expression (for status )for multi level approval flow?
Thank you in advance!