I have a sharepoint list.
I have a date column.
I want Flow to delete all posts in the sharepoint list if the date is older than 60 days from todays date.
How should i filter the flow "get sharepoint objects" so that i then can use the delete command?
My column is called: DueDateXX
I wrote this: DueDateXX gt addDays(utcnow('yyyy-MM-ddTHH:mm:ssZ'),-60)
But i did not get it to work.
Anyone able to help?