How to Send an Email When an Item is Deleted from the SharePoint List Using Power Automate?

When using Power Automate, you can easily set up a flow to send an email whenever something happens in your SharePoint list. For example, if an item gets deleted from the list, you might want to get an email notification about it.

In this tutorial, I will tell you how to send an email when an Item is deleted from the SharePoint list using Power Automate.

Power Automate Send an Email When an Item is Deleted from the SharePoint List

You have a SharePoint list called Event Calendar, where you store event details such as event name, event date, and Organizer. Sometimes, events may need to be deleted from the list. When an event is deleted, you want to automatically send an email notification so they know about the change.

  • Event Name (Single line of text): The event’s name.
  • Event Date (Date and Time): The date of the event.
  • Organizer (Person or Group): The name of the person organizing the event.
when an item is deleted power automate

Now follow the below steps:

1. Create an Automated Cloud Flow using the SharePoint connector’s ‘When an item is deleted‘ trigger. Select the SharePoint site where your ‘Event Calendar’ list is located, and choose the ‘Event Calendar’ list.

power automate when an item is deleted

2. Add the Send an email (V2) action to notify and provide below parameters:

  • To: Enter the recipient email.
  • Subject: Use something like “An Event Has Been Deleted by [Person Name]”.
  • Body: Include dynamic content to specify the details of the deleted item.
Dear Team,

An item (@{triggerOutputs()?['body/ID']}) is delayed by @{triggerOutputs()?['body/DeletedByUserName']} at @{formatDateTime(triggerOutputs()?['body/TimeDeleted'],'dd/MM/yyyy hh:mm tt')}

Regards,
Power Automate
how to send email notification from sharepoint list

Save and Test the flow manually, then go to the sharepoint list and delete an item.

Send an email when an Item is deleted from the SharePoint list using Power Automate

After the flow runs successfully, the organizer and the recipient will receive an email notification.

How to Send an Email When an Item is Deleted from the SharePoint list using Power Automate

If you want to retrieve information, it’s not possible because when an item is deleted from a SharePoint list, Power Automate cannot directly retrieve the deleted item’s information. SharePoint does not store deleted items the same way it stores active ones. However, you can work around this limitation by capturing the item’s details before it is deleted.

Conclusion

This tutorial covered setting up a Power Automate flow that sends an email notification whenever an item is deleted from your SharePoint Event Calendar list. We created a flow triggered by the deletion of an item, used dynamic content to capture details like the deletion time and the person who deleted the item, and then configured an email to be sent to the recipient with these details.

You may also like the following Power Automate tutorials:

>

Build a High-Performance Project Management Site in SharePoint Online

User registration Power Apps canvas app

DOWNLOAD USER REGISTRATION POWER APPS CANVAS APP

Download a fully functional Power Apps Canvas App (with Power Automate): User Registration App

Power Platform Tutorial FREE PDF Download

FREE Power Platform Tutorial PDF

Download 135 Pages FREE PDF on Microsoft Power Platform Tutorial. Learn Now…