Access app: logins data

Hi,
I can see the App: Logins in the Google sheet, but cannot see in the Glide Table area. How can we access it for further processing within Glide Table. I want to keep records of users login in for statistical purposes.

Thanks

App: Logins (and all App: XX sheets) are just for information, and you’ll never see them in the GDE.

If you want to make use of that data in your app, you’ll need to make a read-only copy of the sheet using query/arrayformulas.

One thing to note is that App: Logins only records actual logins. That is, if a user has the authentication cookie set, they’ll be automagically logged in every time they open the app, and you won’t see a new row in App: logins.

2 Likes

Thanks @Darren_Murphy