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
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
26 | |
25 | |
23 | |
23 | |
21 |
User | Count |
---|---|
62 | |
44 | |
41 | |
29 | |
27 |