
Announcements
Hi Team,
I have sent a mail to the user . He will update the certain details and submit .
If he doesn't updated anything after 24 hr i have to send him remainder email .
Please guide me to achieve this
Thanks
Hello @Ayappan
What you could do is use a loop with a delay action inside of it. Leverage a boolean value that when the user took some action you pass it to false to break out of the loop.
Something like
Best regards,
Alaa