
Announcements
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
hi @johnjohn123
mmm as convert the branches parallels in to if else no friend what you can do is add a if condition inside every branch parallel to check what you want maeby reading the sharepoint list.