Hi,
I have a flow that I cant quite get right. I have a stock list with an expiry date column. I want to receive an email 30 days before the expiry date, reminding me to order some new stock. I have followed guides online and am receiving emails for all items in the list, no matter if the due date is within 30 days or not.


The formula I am using in the condition is:
formatDateTime(addDays(utcNow(), 30), 'MM/dd/yyyy')
any tips on how to get this to work would be appreciated.