# \[SOLVED 11/23/24 9:17 PM EDT\] The database extraction from googlesheet is too slow

**URL:** https://community.thunkable.com/t/solved-11-23-24-9-17-pm-edt-the-database-extraction-from-googlesheet-is-too-slow/2797073
**Category:** Questions about Thunkable X
**Tags:** help
**Created:** [January 22, 2024, 10:19pm UTC](https://community.thunkable.com/t/solved-11-23-24-9-17-pm-edt-the-database-extraction-from-googlesheet-is-too-slow/2797073 "2024-01-22T22:19:39Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![belmekkitakil](https://avatars.discourse-cdn.com/v4/letter/b/fbc32d/32.png) [@belmekkitakil](https://community.thunkable.com/u/belmekkitakil)
#### Post date: [January 22, 2024, 10:19pm UTC](https://community.thunkable.com/t/solved-11-23-24-9-17-pm-edt-the-database-extraction-from-googlesheet-is-too-slow/2797073/1 "2024-01-22T22:19:39Z")

</div>

Is the code i used responsible for the delay when the screen opens? and if this is the case can you help me to make it more simple.

 ![Screenshot 2024-01-22 230114](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/9/69cc27f6b51a2225de6d965a650e29614f5c71f0.png)

I get my data from googlesheet.  
note: in the screen before this one i used data viewer list so in this screen i want the data from the row that user clicked .

---

<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 22, 2024, 11:17pm UTC](https://community.thunkable.com/t/solved-11-23-24-9-17-pm-edt-the-database-extraction-from-googlesheet-is-too-slow/2797073/2 "2024-01-22T23:17:59Z")

</div>

I think you are experiencing this [same problem](https://community.thunkable.com/t/data-list-drawer-menu-slowed-down-apple-didnt-accept-my-new-release/2787476)

---

<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: [January 23, 2024, 5:01am UTC](https://community.thunkable.com/t/solved-11-23-24-9-17-pm-edt-the-database-extraction-from-googlesheet-is-too-slow/2797073/3 "2024-01-23T05:01:33Z")

</div>

It looks like you’re getting individual cells from a single row but each of those Get Value blocks is going to take a little time to get data from the cloud. Instead, get a row object and then use get property of object blocks to parse out each cell you need. That will be a **single** “get” vs. how many you have in that screenshot.

---

<div class="post-metadata">

### Author: ![belmekkitakil](https://avatars.discourse-cdn.com/v4/letter/b/fbc32d/32.png) [@belmekkitakil](https://community.thunkable.com/u/belmekkitakil)
#### Post date: [January 24, 2024, 2:17am UTC](https://community.thunkable.com/t/solved-11-23-24-9-17-pm-edt-the-database-extraction-from-googlesheet-is-too-slow/2797073/4 "2024-01-24T02:17:02Z")

</div>

thank you so much for the solution, it worked very well and the delay is gone, this is exactly what i was looking for  
you really made my day. i will marke it as solved

---

<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 23, 2024, 2:17am UTC](https://community.thunkable.com/t/solved-11-23-24-9-17-pm-edt-the-database-extraction-from-googlesheet-is-too-slow/2797073/5 "2024-04-23T02:17:34Z")

</div>

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