Hi guys,

I am looking for a way to email users when they haven’t logged into the app for 80 days. I am really struggling to find the correct workflow. I have a data point that lets me know the last date the user logged in, but can’t find a way to get a workflow to initiate an email from there.

Any help would be much appreciated! :slight_smile:

Modified date < current date & time - 80 days

Every time your user log in, schedule a backend event in 80 days to send an email. Then cancel if the user log in before.

OR

Every day, run a scheduled workflow that sends email to all users with Login Date < current date & time - 80 days

@chris.williamson1996 Your solution is great but if the app or other users can modify the user data when he’s logged out, then the value “Modified Date” will not be his last login time.

Edit: it was great, but not simple enough, here a simpler way to achieve it: