In a SharePoint list, I figure I can create a column that subtracts 3 days from the due date and run a query filter on that, but it would be much nicer if I could just filter the due date with a calculation.
So this flow will run on a schedule every day looking for due dates three days in the future so I can set a reminder.
I have to change the format of the date and I cannot seem to get it to work.
DueDate eq 'addDays(formatDateTime(utcNow(),-3,'dd-MM-yyyy'))'