User Data Tracking System Help

Hey so I’m looking to see if this is possible / how I would go about doing it.

I’m looking to have It so when a member of a staff logs in they press a button to access their system. When they press the button it will log the time and then also log the time when they log out of said system. I want this to county the amount of hours they were on the system and log this for me to examine. I then want it to add any further hours so I can see a monthly time in which they have been in the system

I know this is probably a difficult one but I’m about to honestly cry with how difficult it has been to set this up

Any help will be appreciated,

Jack

I think it could be simplified by adding a couple of fields to the User data type to store the “login time” and “logout time”, which you can then manipulate later.

When the user logs in, add an action after “Log the user in” to store the current date/time in the “login time” field. Do the same when the user logs out - store the current date/time in the “logout time” field.

You could also track idle time by triggering a workflow every few minutes or seconds to check if the user is still logged in. Something like:

Screen Shot 2020-05-11 at 3.16.55 PM