web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Holiday Request approv...
Power Automate
Unanswered

Holiday Request approval flow - cancel or amend request before or after approval

(0) ShareShare
ReportReport
Posted on by 25

Hi - I've recently built a holiday request approval flow, and after a few teething problems, got it working. Yey!

 

However, one of my colleagues has just asked a good question...

What if they want to amend a request either before or after approval??

 

My basic flow works like this:
 - new item added to Holiday Requests list triggers an approval flow

 - director reviews request and approves or reject

 - list item updated to approved/rejected

 - colleague notified by email

 - admin staff notified by email so that they can record the leave in the calendar and personel file

I would like to automate adding this to a calendar at some point but haven't got that far.

 

So, if a list item is amended or cancelled, how do I account for this so that the right people are informed.

Do I need a new flow?

 

Thank you

Categories:
I have the same question (0)
  • Brownmattc Profile Picture
    59 on at

    Did you find an answer to this?  I would love to do the same.

  • AngelinaSpring Profile Picture
    25 on at

    Nothing yet...

  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @AngelinaSpring

     

    Do you want to notify the approver when the Holiday Requests list item is amended or cancelled?

    Do you want to send the approval email again when the item is amended?

    Further, could you please show a bit more about your Holiday Requests list?

    There is no trigger of SharePoint to monitor if the item is removed in Microsoft Flow currently. I have done some research on this and my thought as below:

     

    I assume that there is a RequestStatus column (Choice column) that records the request’s status (Apply for, Cancelled, Edit or Completed) in your Holiday Requests list and this value is selected by yourself in SharePoint list:19.JPG

    Besides, there is an Approved column which indicate if the Approver has approved or rejected your request, the default value is Pending.

    I have made a test on my side and please take a try with the following workaround:

    • Add “When an item is created or modified” trigger.
    • Add “Condition”, click “Edit in advanced mode”, type the following formula:

     

    @equals(triggerBody()?['RequestStatus']?['Value'], 'Apply for')

     

    • Within “If/yes” branch of “Condition”, add “Start an approval” action, specify Assigned to field. Add “Update item” action, Approved field set to Response content of “Start an approval” action, RequestStatus Value set to Completed. Then add “Send an email” action.
    • Within “If/no” branch of “Condition”, add a “Condition 2”, click “Edit in advance mode”, type the following formula:

     

    @equals(triggerBody()?['RequestStatus']?['Value'], 'Edit')

     

    • Within “If/yes” branch of “Condition 2”, add “Start an approval 2” action. Repeat actions in step 3).
    • Within “If/no” branch of “Condition 2”, add a “Condition 3”, click “Edit in advanced mode”, type the following formula:
      @equals(triggerBody()?['RequestStatus']?['Value'], 'Cancelled')
    • Within “If/yes” branch of “Condition 3”, add “Send an email 3” action. Send “cancel approval request” email to the approver.

    Image reference:2.JPG

     

    3.JPG

     

    4.JPG

     

     

    The flow works successfully as below:5.JPG

     

    Best regards,

    Kris

  • AngelinaSpring Profile Picture
    25 on at

    Hi Kris

     

    Thank you - my flow is a little different to yours so I'm going to test out your version. I'll let you know how I get on!!

     

    Angela

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 664

#2
Haque Profile Picture

Haque 460

#3
Valantis Profile Picture

Valantis 357

Last 30 days Overall leaderboard