Hi
I am trying to set up a flow to send a reminder e-mail whenever a specific date is coming up, I have set the flow to run on a recurrence, get list items from sharepoint and then send an email if a condition is filled. The condition, written in advanced mode, is: @equals(item()?['Next_x0020_Wipe_x0020_Due'], 'adddays(utcnow(yyyy-MM-dd),1)')
I have tried using "triggerBody" instead of "item" but that also doesn't work.
I have tried this today (the 28th) and the "Get Items" step comes back with:

Which is, what I thought, the right form to compare to the utcnow / addays
However the flow comes back saying:

And this is the same for all rows in that SP list.
Note: I have also tried not using the adddays function and setting up another column in the SP list that acts as a reminder date but this date comes through in the format MM/dd/yyyy 23:00:00, which I was having just as much trouble trying to fix.
If anyone has any suggestions they would be greatly appreciated.