# \[SOLVED 1/26/24 9:12 AM EDT\] Easy API call with Airtable - getting "null" as value

**URL:** https://community.thunkable.com/t/solved-1-26-24-9-12-am-edt-easy-api-call-with-airtable-getting-null-as-value/2804775
**Category:** Questions about Thunkable X
**Created:** [January 26, 2024, 12:59pm UTC](https://community.thunkable.com/t/solved-1-26-24-9-12-am-edt-easy-api-call-with-airtable-getting-null-as-value/2804775 "2024-01-26T12:59:26Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![maurizio.polverini89](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/maurizio.polverini89/32/145191_2.png) [@maurizio.polverini89](https://community.thunkable.com/u/maurizio.polverini89)
#### Post date: [January 26, 2024, 12:59pm UTC](https://community.thunkable.com/t/solved-1-26-24-9-12-am-edt-easy-api-call-with-airtable-getting-null-as-value/2804775/1 "2024-01-26T12:59:26Z")

</div>

Hello guys, i’m experimenting a bit more of API calls lately.  
I’m struggling with some very easy blocks but i can’t wrap my head around it.

Blocks  
 ![Screenshot 2024-01-26 135316](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/b/6/b61b3e1a0edd6317e5d51adbbb8c4cb30d42a2cb.png)

This is what i get:

 ![WhatsApp Image 2024-01-26 at 13.55.42](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/c/cc574cb49a68e765a2560662d95336048c93d434.jpeg)

I don’t understand why i can’t retrieve the “id” value and it shows me “null”.  
My intention was to get the value “Ciao”, but i’m still struggling with the step before.

I know there are many API experts here, hopefully that’s an easy-to-solve one

Thank you for your time

---

<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: [January 26, 2024, 1:56pm UTC](https://community.thunkable.com/t/solved-1-26-24-9-12-am-edt-easy-api-call-with-airtable-getting-null-as-value/2804775/2 "2024-01-26T13:56:07Z")

</div>

Because the value for the property that you extract “records” is a list and not an object

You need to get item 1 from records array then grab items id

---

<div class="post-metadata">

### Author: ![maurizio.polverini89](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/maurizio.polverini89/32/145191_2.png) [@maurizio.polverini89](https://community.thunkable.com/u/maurizio.polverini89)
#### Post date: [January 26, 2024, 2:12pm UTC](https://community.thunkable.com/t/solved-1-26-24-9-12-am-edt-easy-api-call-with-airtable-getting-null-as-value/2804775/3 "2024-01-26T14:12:54Z")

</div>

I tried to get the list, i had this feeling, but apparently i did it wrong the first time.

Thank you @jared now it works

I leave here my blocks in case someone else will need it in the future

 ![Screenshot 2024-01-26 151107](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/5/c/5c643d774c9e9eca5e9840f835c8cdae04d81282.png)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [April 25, 2024, 2:13pm UTC](https://community.thunkable.com/t/solved-1-26-24-9-12-am-edt-easy-api-call-with-airtable-getting-null-as-value/2804775/4 "2024-04-25T14:13:32Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
