# Airtable not really working

**URL:** https://community.thunkable.com/t/airtable-not-really-working/2469114
**Category:** Questions about Thunkable X
**Tags:** help
**Created:** [June 16, 2023, 7:03am UTC](https://community.thunkable.com/t/airtable-not-really-working/2469114 "2023-06-16T07:03:10Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![manvir.fionozh1ys](https://avatars.discourse-cdn.com/v4/letter/m/2bfe46/32.png) [@manvir.fionozh1ys](https://community.thunkable.com/u/manvir.fionozh1ys)
#### Post date: [June 16, 2023, 7:03am UTC](https://community.thunkable.com/t/airtable-not-really-working/2469114/1 "2023-06-16T07:03:10Z")

</div>

_Snap to Place Builder_

Whenever I try to get data, or set cells in airtable through thunkable, it just doesn’t work.  
The API and Base IDS are correct, and I am able to view the table by clicking the airtable invisible component.

 ![Screenshot (3)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/f/4/f47179a6a9062afa215fd39e43d6e15ae0a9b3f0.png)  
 ![Screenshot (4)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/5/956ff610e7de57b43ecef4519db409b20747a96d.png)

---

<div class="post-metadata">

### Author: ![manvir.fionozh1ys](https://avatars.discourse-cdn.com/v4/letter/m/2bfe46/32.png) [@manvir.fionozh1ys](https://community.thunkable.com/u/manvir.fionozh1ys)
#### Post date: [June 16, 2023, 7:06am UTC](https://community.thunkable.com/t/airtable-not-really-working/2469114/2 "2023-06-16T07:06:08Z")

</div>

Airtable:

 ![image_2023-06-16_110554132](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/4/945d89e918be0f0757ab32fcb3cf23931729b64e.png)

---

<div class="post-metadata">

### Author: ![stupikk](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/stupikk/32/155692_2.png) [@stupikk](https://community.thunkable.com/u/stupikk)
#### Post date: [June 16, 2023, 10:13am UTC](https://community.thunkable.com/t/airtable-not-really-working/2469114/3 "2023-06-16T10:13:28Z")

</div>

- Make sure you’re not using personal account tokens instead of API keys.
- Set Label3’s text to “error|value”. This makes sure you’re not returning the error instead of the value, as I’m not sure if “error” returns true/false. I think it’s if(error == null) {}?
- As a control setup, copy your airtable base URL while selecting a record. Your URL should end with “recAJLK7IF1L6iA1t/fldCp7ef3NnBlaCta?copyLinkToCellOrRecordOrigin=gridView” (As an example.) recAJLK7IF1L6iA1t/fldCp7ef3NnBlaCta is the record URL. Use this as a row ID, then fetch and then return it when Button1 is clicked. If it returns nothing, it’s an authentication issue.

---

<div class="post-metadata">

### Author: ![Hayder](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/hayder/32/153829_2.png) [@Hayder](https://community.thunkable.com/u/Hayder)
#### Post date: [June 16, 2023, 5:48pm UTC](https://community.thunkable.com/t/airtable-not-really-working/2469114/4 "2023-06-16T17:48:43Z")

</div>

> [@manvir.fionozh1ys](#):
>
> Whenever I try to get data, or set cells in airtable through thunkable, it just doesn’t work.

Please, check the store if there is any Thunkable Live app update. You need to update to get everything works.

---

<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: [September 14, 2023, 5:49pm UTC](https://community.thunkable.com/t/airtable-not-really-working/2469114/5 "2023-09-14T17:49:10Z")

</div>

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