Hoping someone can save me a week of manual workflow creations!
I’m wanting to create 1 x database entry if the user does “anything.” At the moment I’m tracking all the important data I need to except the most important - i.e. retention. I am tracking if they log-in; however I myself like to keep my app open and wouldn’t want to be logged out.
Is there a way to say “if they do anything at all”, add X to the database?
The only thing I can think of at the moment is scrolling position after a certain amount of time, or if a page is loaded and the last log-in date was more than X time ago (which would require them to be using more than 1 page to capture).
Thanks!!