# \[SOLVED\] Slow Airtable get all rows

**URL:** https://community.thunkable.com/t/solved-slow-airtable-get-all-rows/552571
**Category:** Questions about Thunkable X
**Created:** [April 2, 2020, 9:05pm UTC](https://community.thunkable.com/t/solved-slow-airtable-get-all-rows/552571 "2020-04-02T21:05:28Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![trawellit](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/trawellit/32/66464_2.png) [@trawellit](https://community.thunkable.com/u/trawellit)
#### Post date: [April 2, 2020, 9:05pm UTC](https://community.thunkable.com/t/solved-slow-airtable-get-all-rows/552571/1 "2020-04-02T21:05:28Z")

</div>

Hello everybody,  
I made this app with thunkable without problems except that the data taken from the airtable database load very slowly in a specific screen: Scrren4 lista e scheda.

The procedure I use to upload data from airtable is this:

screen 0 Caricamento: get all row and set listabeni, listaguide and listanegozi to empty list, then fill the list with filtered data based on condition.  
in each screen (to do, guide) filter the elements according to the conditions, show them in lisview and, when item is cliked, show the row.  
It works perfectly and quickly but in the “list and tab” screen the same procedure works slowly.

Can you tell me why and how to modify to speed it up?  
Thanks

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [April 3, 2020, 11:05am UTC](https://community.thunkable.com/t/solved-slow-airtable-get-all-rows/552571/2 "2020-04-03T11:05:34Z")

</div>



---

<div class="post-metadata">

### Author: ![trawellit](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/trawellit/32/66464_2.png) [@trawellit](https://community.thunkable.com/u/trawellit)
#### Post date: [April 6, 2020, 1:23pm UTC](https://community.thunkable.com/t/solved-slow-airtable-get-all-rows/552571/3 "2020-04-06T13:23:33Z")

</div>

Any help?

---

<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: [April 6, 2020, 2:35pm UTC](https://community.thunkable.com/t/solved-slow-airtable-get-all-rows/552571/4 "2020-04-06T14:35:14Z")

</div>

Hi, @trawellit, I just tried to run your app and it crashed… I’m sorry. I didnt get past picking a language

![giphy (18)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/6/a6da5abb7e3ba0ef8e66d592c1542fe94ecb2e88.gif)

---

<div class="post-metadata">

### Author: ![trawellit](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/trawellit/32/66464_2.png) [@trawellit](https://community.thunkable.com/u/trawellit)
#### Post date: [April 6, 2020, 2:57pm UTC](https://community.thunkable.com/t/solved-slow-airtable-get-all-rows/552571/5 "2020-04-06T14:57:15Z")

</div>

Hi @jared and thanks for your reply,  
I tested the project of the app with an iPhone and it works, it works with android phones also.

Can you check this project?  
Thanks

---

<div class="post-metadata">

### Author: ![maxb](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/maxb/32/35200_2.png) [@maxb](https://community.thunkable.com/u/maxb)
#### Post date: [April 15, 2020, 4:34pm UTC](https://community.thunkable.com/t/solved-slow-airtable-get-all-rows/552571/6 "2020-04-15T16:34:06Z")

</div>

I see nothing after language selection  
Maybe you ran out of data for airtable free plan?

This is something I’m interested to understand as an early adopter of airtable.

(btw, sono italiano)

---

<div class="post-metadata">

### Author: ![trawellit](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/trawellit/32/66464_2.png) [@trawellit](https://community.thunkable.com/u/trawellit)
#### Post date: [April 16, 2020, 2:16pm UTC](https://community.thunkable.com/t/solved-slow-airtable-get-all-rows/552571/7 "2020-04-16T14:16:39Z")

</div>

Hi,  
thanks to @actech I solved the problem. I inserted the “break loop”.  
If I can help, tell me in private.

Ciao,  
Grazie a Actech ho risolto il problema. Ho inserito il “break loop”.

Se posso aiutarti dimmi pure in privato.

---

<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, 11:38am UTC](https://community.thunkable.com/t/solved-slow-airtable-get-all-rows/552571/8 "2024-11-08T11:38:56Z")

</div>


