In sharepoint I want to create an approval flow (all must approve) with a variable/dynamic number of approvers.
My idea is to create a custom column called "Approvers" where I manually write the emails of all the approvers I want, separated by ";". Eg "name1.surname1@example.com; name2.surname2@example.com; ..." as shown in picture 1.
Picture 1
Then, according to picture 2, the approval task sends the email to all the emails written in the "Approvers" column.
Picture 2
Picture 3
The approval flow works. However, by now I have to enter manually the string "Approve" as many times as the number of approvers in condition step, as shown in picture 3. I want my flow to automatically set the string "Approve" in the condition step according to the quantity of approvers involved in the flow, since the number of approvers may vary.
Could you help me to implement a dynamic condition step?
I'm also open to other new solutions if my solution is not efficient. The only aim is to manage an approval flow with a variable number of approvals in which all of them must approve.
Thank you