Hi all,
I have a workflow which creates an item in SharePoint list when an email is received to a shared mailbox.
I need to remove the delete option in the list, which I have tried to do with permissions and it works for a couple of days and then the permissions stop working.
To solve this, I would like to create a workflow to reverse the deletion of an item essentially.
So when an item is deleted, get the item and recreate it in the list.
So far I have a flow as follows:
- When an item is deleted
- Get changes for an item or file (properties only)
- Send an HTTP request to SharePoint
- Compose
The flow fails at the second step, I assume because the item is deleted it can't find the item.
Any help much appreciated!