Fetch user latitude and longitude in my entities

0
Hello All, I have entity name entries, I want that when user clicks on button then the user’s latitude and longitude should be fetched automatically and store in latitude and longitude in entries entity,   How can I get that? I tried using nanoflow to fetch location but then too it was creating a new entity and not able to store it in my entity :(
asked
1 answers
0

Hi Dev Limbachia,
 

You can create a New Object of Entries entity by using Create Object Activity and then set the Latitude and longitude values from the Entity returned from the Nanoflow Action.

answered