Google API Maps date and time

Is it possible to save the location of the phone user with the date and time? For example, after pressing the START button? I really care about the date.

[image]

Hi @waszczuklukasz,

“Location” property type doesn’t store any information about date/time.
However you can create another DateTime property, call it something like “LocationSaveTime”, and store current time there.

For instance, if you’d like to save this info for Logged-in User upon pressing “Start” button, you add 2 properties to Users collection: call them LastLocation and LastLocationTime, property types will be Location and DateTime.
And then you add an action to update Logged-in User → LastLocation and LastLocationTime.

Best,
Victor.

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