Date/Time Stamp

Is there a way to write to a date/time field when a user enters the app even when they are not having to login each time? I would like to record that info just once when they open the app…I know we could do it when they are logged out and then log back in but I can’t see how to know when they open it so I can store that info. Thanks in advance!
Jerry

Olá, acredito que se você fizer uma tela de boas vindas com um botão “entrar no app”, vc pode neste botão realizar algumas ações como, gravar o horário atual, e registrar que o usuário atual pode visualizar suas outras guias.
Somente na saída do app que você precisaria definir como falso a opção boas vindas, pra quando ele entrar novamente faça checkin na tela de boas vindas de novo.

Thank you very much! I will give that a try!

1 Like

Adding to this, I think you can derive a “time difference” between the last logged in field and “now”.

If it’s more than X, then show the welcome screen, else just show everything.

2 Likes

Another great idea as usual!! Thanks to everyone!

1 Like