I have embedded a google map in glide app
I want to store the coordinates from the google map into the data
is there a way to achieve this
I want the marked value to be added into the data in glide app
I have embedded a google map in glide app
I want to store the coordinates from the google map into the data
is there a way to achieve this
How is the lat long generated? Will it change?
I think it changes everytime the user clicks on a different position in the map.
There’s a project a while ago that does exactly this and was shared in the experts Slack, as long as you can define a function in your code to interact with the Glide API and send the coordinates over, it will work.