I've created a flow that triggers an email notification to specific users when an item in a SharePoint list is 90 away from expiration. Email is sent every week until the new expiration date is updated.
My issue is when a new item is created in the list with a date within the 90 day expiration window, the flow is not triggered and no email is send.
How can I get the flow to trigger when the item is within the expiration window?
This is the expression:
formatDateTime(addDays(utcNow(),90),'yyyy-MM-dd')
