
While creating a approval flow not seeing response option instead seeing responses option.
What I should do see "Response" option?
In case if I don't have option to choose "Response" is it okay to choose "Responses"?
Please suggest.
Hi @yougan
Please use the Outcome property for the response in the flow
Another way to compare the response. We can also use string comparison for the outcome
equals(outputs('Start_and_wait_for_an_approval')?['body/outcome'],'Approve')
Thanks,
Stalin - Learn To Illuminate