Hello everyone
I am trying to implement a reminder flow which will remind me of the approvals that are still pending from my approval flow.
I have tried many things but couldnt find a way to do it.
are there any suggestions for this problem of mine
This is the link from which i took the logic but it was not iterating again and again.Its iterating only once.
Please suggest some solutions..
Solved! Go to Solution.
Hi @abd3127,
Please take a try with the following workaround:
One flow:
Image reference:
Another flow:
Within this flow, we get all items of SharePoint list and add a Condition to filter items whose value of ApprovalStatus field is Pending.
Note: If the value of ApprovalStatus field is Pending, it indicates that the approval is still not approved.
Best regards,
Kris
Hi @abd3127,
Do you want the flow remind you of all approvals from your Approval flow?
I think there is no way to achieve this within one flow currently, but you could consider take a try to create two separaetd flows:
One flow:
Note: ApprovalStatus field is a single line of text column without default values within my SharePoint list.
Image reference:
Another flow:
Within this flow, we get all items of SharePoint list and add a Condition to filter items whose value of ApprovalStatus field is Pending.
Note: If the value of ApprovalStatus field is Pending, it indicates that the approval is still not approved.
Best regards,
Kris
Hello,
I tried to do what u suggested in the post earlier also.
But the problem here is that in "Do until " we are comparing the values after 3 times in a day.right??
So when the status is pending ,do until will run for specific days and then it will perform theaction.
After completing the action it will end the flow.
I want the flow to run till the approval is given .
And do until will run atleast one time even if the condition is satisfied.
Hello @v-xida-msft
I tried ur scenario as well.
In delay instead of Day i took minutes and When i ran the flow,i didnt approve my request.So as expected it wrote Pending in SP list.
After this i approved my request and then Status changed to Approved in SP list.
But "DO UNTIL" was still running and at last it changed the status From "Accepted" to "Pending".
This will cause the problems as we dont want to change the status even if we accepted the request.
Did u came across this situation in ur flow???
Hi @abd3127,
Please take a try with the following workaround:
One flow:
Image reference:
Another flow:
Within this flow, we get all items of SharePoint list and add a Condition to filter items whose value of ApprovalStatus field is Pending.
Note: If the value of ApprovalStatus field is Pending, it indicates that the approval is still not approved.
Best regards,
Kris
User | Count |
---|---|
27 | |
14 | |
12 | |
10 | |
9 |
User | Count |
---|---|
50 | |
29 | |
28 | |
24 | |
20 |