Save marker in airtable spreadsheet?

Hello.

This code works. I can make the marker in the app and it becomes visible on the screen but i need other users to see the marker.

How do I save the marker in the airtabel account sheets?

Hello.

Anybody?

I need others to see the markers placed by users.

You could just save the latitude and longitude in your Airtable and them retrieve them for the other users.

Just a note that depending on exactly what your app is doing you might be able to Airtable and just use “cloud” variables to store and retrieve the latitudes and longitudes. Apart from just being simpler cloud variables have the advantage of being able to easily detect when their value changes! Check out com/thunkable-cross-platform/create/blocks/variables for more info.

1 Like