Getting the current time without clicking a button

Hi all,

I am trying to get the current time when a user is using the app as soon as the user enters the app without the need of clicking anywhere and an action is performed.

I want to do this because I want to have a specific filter on the home page of the app based on the current time.

How can I get the current time when a user enters the app and hence the filter will work?

Thanks,
Christoforos

as I understand this, you need to have an action that creates a new entry in your collection with the login time and actions can only be achieved using a click action.
and as the next step use a text field to display the time, if you need to.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.