Hello All,
In my approval flow, I need to check if approver has delegated his approval right to anyone (if he/she is on leave).
we have a delegate list in sharepoint where approver add that entry (delegatefrom, delegateto, startdate and enddate)
For Example:
Approver is 'abc' then for given time period it will be delegated to 'xyz'.
I am able to achieve this one with basic filtering capability. My main concern is what if 'xyz' is also on leave and delegated it to 'pqr' and so on.
How can I achieve this for all the possibilities? any "do while" loop or "do until" loop? How can I use those in flow expression?
Thanks,
Pratik
Solved! Go to Solution.
Hi @Anonymous ,
It seems that you can implement similar operations directly in Apply to each.
Here is to use Apply to each will default to traverse all items in order according to item ID in the list, if you do not set Concurrency Control.
Image reference:
Hope it helps.
Best Regards,
Hi @Anonymous ,
It seems that you can implement similar operations directly in Apply to each.
Here is to use Apply to each will default to traverse all items in order according to item ID in the list, if you do not set Concurrency Control.
Image reference:
Hope it helps.
Best Regards,
Hi,
How did you implement the delegate functionality? currently I am using Approval activity with timeout.. but it's not enough.. Admin of the site wants to have the right to delegate anytime like the SP2013 environment.
""we have a delegate list in sharepoint where approver add that entry (delegatefrom, delegateto, startdate and enddate)"""
Thanks
L
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
User | Count |
---|---|
76 | |
20 | |
17 | |
14 | |
13 |
User | Count |
---|---|
130 | |
35 | |
29 | |
28 | |
25 |