Hi Power Automate community,
I have an Approval flow for vacation request. I also have 2 lists in SharePoint that serve as parent and child. The VacationRequest list is the parent and the Employee list is the child. The VacationRequest list contains a column: TotalDays which is the days that the employee will go on vacation and the Employee list contains a column VacationDaysAvail which is the days that an employee has available to go on vacation. Each vacation request will subtract the TotalDays days from the VacationDaysAvail. I have succeeded that step through PowerApp already. The only problem is, if the manager Reject the approval, I want the Flow to add the TotalDays back to VacationDaysAvail.


I have tried many combination but it doesn't work. If the Outcome is no, all I want to do is update status to "Rejected" and add the total requested days back to the employee.
Can someone help me?