# On Marker Press show Data from Airtable

**URL:** https://community.thunkable.com/t/on-marker-press-show-data-from-airtable/1643994
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [December 2, 2021, 3:09pm UTC](https://community.thunkable.com/t/on-marker-press-show-data-from-airtable/1643994 "2021-12-02T15:09:09Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![blrosetornmud5](https://avatars.discourse-cdn.com/v4/letter/b/5f9b8f/32.png) [@blrosetornmud5](https://community.thunkable.com/u/blrosetornmud5)
#### Post date: [December 2, 2021, 3:09pm UTC](https://community.thunkable.com/t/on-marker-press-show-data-from-airtable/1643994/1 "2021-12-02T15:09:09Z")

</div>

Hi guys

We are creating an app where the places from the airtable are shown with the marker.  
Now we want that when you press on a marker it should save latitude and longitude from airtable and send it to the next screen.  
Because on the next screen we will make a route planer with these data.

 ![airtable](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/8/c8162aaf7c3fe76783f5415c3feb2962b12f0ba3.jpeg)

can someone please help me

~ Rose

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [December 3, 2021, 9:03pm UTC](https://community.thunkable.com/t/on-marker-press-show-data-from-airtable/1643994/2 "2021-12-03T21:03:24Z")

</div>

One thing you can do is print the properties of that green `event` block. Think about dealing with the event block like a response from an API. In the background, it’s just a JSON object that holds a few pieces of info about that point.

You can see the access the lat and long via the marker press event.

 ![Screen Shot 2021-12-03 at 4.02.52 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/5/85024beb588747a0ff8e4aeb6050eb0556066440.png)

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:13pm UTC](https://community.thunkable.com/t/on-marker-press-show-data-from-airtable/1643994/3 "2024-11-08T13:13:30Z")

</div>


