I have a date field on the user type which records the last time a user logged in.
I was wondering if there is a way to use the trigger on database event function in backend workflows to run a workflow after the time since login reaches a certain value (for example 72 hours). I’ve tried messing around with this but due to the fact it wants to make comparisons between a database object between “then” and “now” this doesn’t seem possible.
If that is the case, I guess the obvious option is just to set up a recurring backend workflow that runs every hour or so and searches for users who haven’t logged in in say 72 hours. However, I wanted to see if there was a better / more efficient way.
Thanks