# Air Table data seems to be cached and showing old data

**URL:** https://community.thunkable.com/t/air-table-data-seems-to-be-cached-and-showing-old-data/1319201
**Category:** Questions about Thunkable X
**Created:** [June 1, 2021, 1:40am UTC](https://community.thunkable.com/t/air-table-data-seems-to-be-cached-and-showing-old-data/1319201 "2021-06-01T01:40:32Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![gene.arnold9d](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gene.arnold9d/32/86268_2.png) [@gene.arnold9d](https://community.thunkable.com/u/gene.arnold9d)
#### Post date: [June 1, 2021, 1:40am UTC](https://community.thunkable.com/t/air-table-data-seems-to-be-cached-and-showing-old-data/1319201/1 "2021-06-01T01:40:32Z")

</div>

Before I start copying and pasting a bunch of pictures into this thread I thought I would just ask the question first. I’m adding the ability to update some data stored in Air Table to my app. When a page opens it will call a function that will pull back data from Air Table if a var contains a row id. This was working just fine until I tried to do an update. I can update the data just fine. When I go back to the previous screen I refresh the data in my data viewer and it pulls down current data just fine. The part I’m having a problem with is that when I click on the row to update and move to the update screen it should pull down the current data based on the row id passed and it kind of does this. The data it pulls back seems to be old. I can confirm that the data has been updated in Air Table. Technically everything is working just fine but the display of the new data is not working right.

---

<div class="post-metadata">

### Author: ![gene.arnold9d](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gene.arnold9d/32/86268_2.png) [@gene.arnold9d](https://community.thunkable.com/u/gene.arnold9d)
#### Post date: [June 1, 2021, 1:46am UTC](https://community.thunkable.com/t/air-table-data-seems-to-be-cached-and-showing-old-data/1319201/2 "2021-06-01T01:46:43Z")

</div>

OK, interesting. This actually has nothing to do with Air Table but it is some issue with the testing app for the phone. If I kill off the app and restart it the data is correct. Apparently the app is somehow caching the data. So how do I fix this? Or is this just something to live with and the actual all will work ok?

---

<div class="post-metadata">

### Author: ![gene.arnold9d](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gene.arnold9d/32/86268_2.png) [@gene.arnold9d](https://community.thunkable.com/u/gene.arnold9d)
#### Post date: [June 1, 2021, 1:48am UTC](https://community.thunkable.com/t/air-table-data-seems-to-be-cached-and-showing-old-data/1319201/3 "2021-06-01T01:48:51Z")

</div>

This happens in both the Preview option and in the Phone testing app. For some reason the Live View will not work correctly for this app?

---

<div class="post-metadata">

### Author: ![gene.arnold9d](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gene.arnold9d/32/86268_2.png) [@gene.arnold9d](https://community.thunkable.com/u/gene.arnold9d)
#### Post date: [June 1, 2021, 1:58am UTC](https://community.thunkable.com/t/air-table-data-seems-to-be-cached-and-showing-old-data/1319201/4 "2021-06-01T01:58:33Z")

</div>

Bugger. This also happens in the complied app that I just downloaded and installed. Now I’m a but stumped?

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [June 1, 2021, 2:08am UTC](https://community.thunkable.com/t/air-table-data-seems-to-be-cached-and-showing-old-data/1319201/5 "2021-06-01T02:08:34Z")

</div>

There’s a known issue with the Thunkable Live app not updating:

> <https://github.com/thunkable/thunkable-issues/issues/929#issuecomment-849862945>
>
> \### Platform
> Thunkable X, Thunkable Live 268-8 on iPhone 11 running iOS 14.4.2
> …
> 
> \### Issue/Request Origin
> 
> \### Steps to Reproduce
> 1. Live test a project on Thunkable Live
> 2. Cached content appears instead of new content
> 3. Force-quit Thunkable Live and re-open it
> 
> \### Project Link
> Various projects. I know it's hard without a link but this happens so often that I don't have a specific project in mind. I can see if I can find a simple one where this happens.
> 
> \### Expected Behavior
> I would expect the current content in the Design & Blocks tabs to appear when Live Testing in Thunkable Live. I would also hope that if that wasn't the case that Thunkable X would somehow check/verify that the new content was going to be loaded and if NOT, then display an error message instead of just showing cached/old content.
> 
> \### Actual Behavior
> See above.
> \`\`\`
> STACK TRACE AND/OR SCREENSHOTS
> \`\`\`

But that should not be the case in a downloaded app.

---

<div class="post-metadata">

### Author: ![gene.arnold9d](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gene.arnold9d/32/86268_2.png) [@gene.arnold9d](https://community.thunkable.com/u/gene.arnold9d)
#### Post date: [June 1, 2021, 2:10am UTC](https://community.thunkable.com/t/air-table-data-seems-to-be-cached-and-showing-old-data/1319201/6 "2021-06-01T02:10:21Z")

</div>

I wish that was the case but I’m seeing the same issue happen in both the testing and download apps.

---

<div class="post-metadata">

### Author: ![gene.arnold9d](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gene.arnold9d/32/86268_2.png) [@gene.arnold9d](https://community.thunkable.com/u/gene.arnold9d)
#### Post date: [June 1, 2021, 1:32pm UTC](https://community.thunkable.com/t/air-table-data-seems-to-be-cached-and-showing-old-data/1319201/7 "2021-06-01T13:32:49Z")

</div>

I added an entree into that bug thread. I have confirmed that this is also happening in the compiled Android app. If I close and then reopen the app, the data is current. This makes using the product with regards to working with data rather tough. Kind of a shame ☹

---

<div class="post-metadata">

### Author: ![ozel1978](https://avatars.discourse-cdn.com/v4/letter/o/3ec8ea/32.png) [@ozel1978](https://community.thunkable.com/u/ozel1978)
#### Post date: [June 2, 2021, 1:43am UTC](https://community.thunkable.com/t/air-table-data-seems-to-be-cached-and-showing-old-data/1319201/8 "2021-06-02T01:43:03Z")

</div>

are you using data source block to pull airtable data?

---

<div class="post-metadata">

### Author: ![gene.arnold9d](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gene.arnold9d/32/86268_2.png) [@gene.arnold9d](https://community.thunkable.com/u/gene.arnold9d)
#### Post date: [June 2, 2021, 12:35pm UTC](https://community.thunkable.com/t/air-table-data-seems-to-be-cached-and-showing-old-data/1319201/9 "2021-06-02T12:35:24Z")

</div>

I’m using the data view method where I attach the Air Table as a data source. But I do not see how this would matter since rebooting any of the applications shows current data. Plus, I’m seeing correct updates in the actual Air Table. So, technically everything is working but the app is caching and showing old data.

---

<div class="post-metadata">

### Author: ![hartmailggg03m02](https://avatars.discourse-cdn.com/v4/letter/h/db5fbb/32.png) [@hartmailggg03m02](https://community.thunkable.com/u/hartmailggg03m02)
#### Post date: [June 2, 2021, 2:11pm UTC](https://community.thunkable.com/t/air-table-data-seems-to-be-cached-and-showing-old-data/1319201/10 "2021-06-02T14:11:21Z")

</div>

The same problem with the installed application

---

<div class="post-metadata">

### Author: ![ozel1978](https://avatars.discourse-cdn.com/v4/letter/o/3ec8ea/32.png) [@ozel1978](https://community.thunkable.com/u/ozel1978)
#### Post date: [June 2, 2021, 3:37pm UTC](https://community.thunkable.com/t/air-table-data-seems-to-be-cached-and-showing-old-data/1319201/11 "2021-06-02T15:37:36Z")

</div>

if you using data source block, it already reached thunkable staff and we have reported the issue. i have similar case where airtable not updated when i using data source block.  
for solution i am using airtable block it self and worked perfect.

> [@Data Sources: List Of Values from \[Column\] block does not update during app runtime](https://community.thunkable.com/t/data-sources-list-of-values-from-column-block-does-not-update-during-app-runtime/1257205/3):
>
> unfortunately is not happening. i think connect using data source it does not have kind of shake to airtable. in the block also does not have refresh to the data also.

---

<div class="post-metadata">

### Author: ![gene.arnold9d](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gene.arnold9d/32/86268_2.png) [@gene.arnold9d](https://community.thunkable.com/u/gene.arnold9d)
#### Post date: [June 3, 2021, 11:04am UTC](https://community.thunkable.com/t/air-table-data-seems-to-be-cached-and-showing-old-data/1319201/12 "2021-06-03T11:04:34Z")

</div>

OK thank you. Yes, I have also added a post to the reported bug regarding this issue. I’ll check out the Airtable block.

---

<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:22pm UTC](https://community.thunkable.com/t/air-table-data-seems-to-be-cached-and-showing-old-data/1319201/13 "2024-11-08T13:22:11Z")

</div>


