
Announcements
Hi
I used the action Apply to Each under it and the Switch Function for different cases. The issue I am facing is that First Name is only parsing and other cases are showing this error ActionBranchingConditionNotSatisfied. The execution of template action 'Set_variable_2' skipped: the branching condition for this action is not satisfied. I have tried all the things but still having this issue. the values are parsing from Form Submission in DataVerse
Hi @anubha007 ,
If you want both FirstName and LastName to satisfy the condition, you can use condition control instead of switch, because if you use switch and only one branch is satisfied, you will jump out of this step.
Best Regards,
Sunshine Gu