Hi Everyone,
I'm new to the community here - looking forward to getting involved. 🙂
I've built my first flow to send emails out on a certain date (that has been entered into a column in SharePoint). It seems like the flow runs properly as the recepient receives an email. Only thing is they receive the email a day later than the date in the SharePoint column "BirthDate". I'm wondering if it might have something to do with my being located in New Zealand?
Here's what I've done so far:
Formulae used above: formatDateTime(outputs('Compose'), 'MM-dd') is equal to formatDateTime(utcNow(), 'MM-dd')
I'd really appreciate your help with this, thanks a lot. 🙂
Solved! Go to Solution.
Hi @rm2 ,
Please try to change formatDateTime(utcNow(), 'MM-dd') to addDays(utcNow(),1, 'MM-dd').
Best Regards,
Hi @rm2 ,
Please try to change formatDateTime(utcNow(), 'MM-dd') to addDays(utcNow(),1, 'MM-dd').
Best Regards,
Hi @v-bacao-msft Barry!
I'm just testing with that change you suggested, will let you know how it goes.
Thanks a lot for the help. 🙂
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Read the latest about new experiences and capabilities in the Power Automate product blog.
User | Count |
---|---|
27 | |
26 | |
25 | |
25 | |
18 |
User | Count |
---|---|
57 | |
44 | |
33 | |
31 | |
30 |