Approvers in a variable

  • 14 January 2020
  • 1 reply
  • 2 views

Badge

Hi
How can I do to update a variable that contains the approvers of a flexi task, since if any of the approvers rejects it, it sends it to revision but the objective is that when approving the revision it returns to the first flexi task but that the approvers that already If they have approved, they will not be assigned the task again for that reason. I would like to see if the variable can be updated or where it could be said that some approvers have already approved and others have not? I would greatly appreciate your help.
Thanks

6146i2F3250A719A35922.png6147i9EF8E91967903D97.png

 

txt_varApprovers is the variable that contains approvers


1 reply

Userlevel 4
Badge +9

After your tasks, you have to loop on all the tasks for that branch and see who decided what.
Store the approvers that accepted in a collection, we will use that collection to assign the previous task. Just remove the person who already accepted from that collection and use a "Build string" to generate the stirng containing the login names separated with semi-colons.

Reply