Forum Discussion
Approval Status Column Not Updating to Approved. Remains Pending.
- Dec 03, 2020
Hello KrisCachia, you have to add another action after that approval action: a condition needs to be prooved.
IF the result of the approval is "Approve", in the YES Branch you have to add the action of actualizing the file or item.
And in this step or actionthe approval status has to be changed to the new status "Approved". Hope, this helps. If so, pls give a LIKE. Greets, Eva
Thanks a lot for the tip.
- ganeshsanapAug 11, 2022MVP
srusso Eddie365 After approval action, configure your flow like below to check the outcome of approval action & then update list item:
In "Update item" action: select your site, list & ID (ID will be from dynamic content in previous action for which you are running the approval) and update the approval status column value as per your requirements.
If you are running the approval for files in document library, you have to use the "Update file properties" action instead of "Update item" action.
Please consider giving a Like if my post helped you in any way.