Hi,
I have an App which users submit workitem requests, using a SharePoint list to collect the data. In my SharePoint list I have a choice column for 'Status', there are just two choices either Submitted or Draft.
Id like to create a Flow, that when button is pressed will look at the 'Status' column, and delete any items marked 'Draft' that have been created (I will use the Created date) more than for example 30 days ago.
So when I press the button, any draft items older than 30 days will be deleted.
Thanks