Select to view content in your preferred language

Send an automated email to user when date from last submission exceed a specific number of days

211
1
4 weeks ago
RobertVassallo
New Contributor

Hi there,

I have a feature mayer I created through Survey123 connect where multiple user submit their responses.

I would like to send a reminder notification to the user when 2 weeks pass without any response into the survey. I haven't tested yet so I am just asking if this is possible via Power Automate alone without having to go through the Python approach.

Thanks!

0 Kudos
1 Reply
TL2
by
Frequent Contributor

Yes, query records where date is greater than two weeks ago.  If body of array is null, send email.

0 Kudos