I have a "Wait until all user response" action and inside it i am capturing the user responses which is either "Approve" or "Reject" or "Abstain". then i have 10 parallel branches which compare the user responses to get which option have the max number of responses, as follow:-
Screen 1:-
Screen-2:-
now the issue i am facing is that within the 10 parallel branches, 2 branches might be valid which will cause 2 updates to the SharePoint list, and i will get save conflict error. so to avoid this case, i need to convert the 10 parallel branches , into 10 If-Else, so i will be sure that only one branch will be reached.. so can anyone advice on this please?
Thanks


Report
All responses (
Answers (