I can't tell who is logged into my Glide app. Please help

There isn’t a native way to see who is currently using the app. You would have to add an action to every button or list item that they click on and possibly write the current date/time to a column in the user profile sheet. You would need to create a template column that returns the signed in user’s email, then create a single relation to link the template email to the user profile sheet, then set up the action to write the date/time special value to the user profile, through the relation, using a set column action. You would have to set up the template and relation on all sheets, and set up the action on all components you want to track. This would require switching to custom action for everything.

3 Likes