QuestionQ91
Configure business process automationYou are building a Microsoft Power Automate flow. The flow must request user input and populate an app field according to that input. Add an expression that returns User1 when the user input is High; otherwise, it must return User2.
Select
if((outputs('UserInput')?['body/Type'],'High'),'','')
Community Discussion