Hey Power Automate community!
I'm struggling to get Flow working with my SharePoint List. Here's what I'd like to happen:
- A new list item is added and a calculated column ("Send Survey") is populated 2 weeks after the added date (this works fine)
- An email is sent to each item on the "Send Survey" column date. (A couple iterations of my Flow worked but would resend the email to past items which I don't want)
I've tried setting this up a couple different ways but nothing works exactly right. I'm willing to start a whole new build if it makes sense. Here's where my build is right now:


I think the problem I'm facing in this approach is around the utcNow expression I'm using (admittedly I'm new to this expression) as the Flow consistently recognizes the condition of "Send Survey" is equal to utcNow as FALSE. My SharePoint List calculated column using the MM/DD/YYYY format however it does not input a 0 in front of a single digit date (i.e., July = 7, not 07).
Thank you for any suggestions on how to get this working!