Hello, I'm currently learning about the various functions of Appian to understand how powerful it can be. At the moment, I'm facing an issue with creating an approval process that has a condition where at least 2 out of 3 approvers must approve in order for the flow to continue. This is what I have configured in the user input task node so far.The problem I'm facing right now is that I don't know how to update the value of pv!approvalResults (which is a list of text) when each approver takes an action. Could you please give me some advice?
pv!approvalResults
Discussion posts and replies are publicly visible
That condition checks the number of process that has finished. YOu won't be able to update it in that way.
Maybe you can try using the number of Asignees - 1