Hi Everyone
I am trying to create a Flow that sends an email to an individual 3 months after they submit a response to a survey via MS Forms. I can get it working for a period of time less than 30 days, so am wondering whether there is a limit? I am very new to using Flows and so there is a strong possibility that I have overlooked something so any help would be much appreciated please.
If there is no way to do this, does anyone have any alternative suggestions?
Thanks
Hello @JKingy94
Here is a POC. I have created a List just like yours. I did not know the type of column you used for your Response Submitted. So i just used a Single Text type.
1) Use a recurrence trigger and trigger once a day. I suggest early in morning like 8am.
2) Add a Compose action. Here use the expression:
addDays(utcNow(), 90, 'dd/MM/yyyy')
—Josh
If you like my post please hit the "Thumbs Up" -- If my post solved your issue please "Mark as a Solution" to help others
Is this ok?
There are other questions on the survey but these are the ones we what to be able to pull through ready for the emails to be sent out.
Hi @Jcook
Thanks for your reply. I have created the list in SharePoint but am now stuck on how to set up the second flow to add 90 days, are you able to help please? 🙂
Thanks
hi @JKingy94 yes there is a limit just to 30 days.