How to upload data from map on screen 1 to Airtable and display location on map on screen 2

Hi! I have only worked on thunkable for a week and I have run into a problem. On Screen 1 (UserScreen2) I have a map that shows the users location and a text input field. How can I save that to my Airtable Spreadsheet and call the location on screen 2 (MainBodyScreen1)?
My code is below,
Thanks!

1 Like

Hi,

Is there any reason you want to save this field to Airtable? If not you could just use a variable? store it to a cloud variable and bring it back on screen 2,

1 Like

I did, except then it only shows 1 marker on the second map, even when there is more than 1 request. Any ideas how to solve?

1 Like

So you want to show multiple markers that were saved on the next screen?

1 Like

Yes pretty much

1 Like