Hi! We’re trying to track when users have been last active on our site. We have a lot of users in our db, and ideally we’d clean up ones that haven’t been active in a while (or at very least: archive them)
We’re thinking of adding a WF on each page load, that updates the user’s record with a LastVisited time field.
But we’re considering the operational parts of doing that. Would there be a better way?