# Clone block issue

**URL:** https://community.thunkable.com/t/clone-block-issue/588120
**Category:** Questions about Thunkable X
**Created:** [May 24, 2020, 10:19am UTC](https://community.thunkable.com/t/clone-block-issue/588120 "2020-05-24T10:19:41Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![goodrsgood](https://avatars.discourse-cdn.com/v4/letter/g/b38774/32.png) [@goodrsgood](https://community.thunkable.com/u/goodrsgood)
#### Post date: [May 24, 2020, 10:19am UTC](https://community.thunkable.com/t/clone-block-issue/588120/1 "2020-05-24T10:19:41Z")

</div>

Hi. Is there any way i can update block property after i clone block?  
The block i want to clone is a column.(Column1)  
Inside (column1) have:

- 1 Row(Row1) that contain:  
+ 2 Button
- 1 Column(Column2) that contain:  
+ 1 label

And i want to get the data for the 2 button in (Row1) from airtable. Also the label data in (column2) from airtable.

Reason I want to do this instead call airtable to get all row and clone x (the length row) because i only need to load 10 item at a time. since my airtable have hundreds of row it will make the app load slowly or not working. instead i only want to load data when i press on a button to load more.

Thank you.

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [June 11, 2020, 11:17am UTC](https://community.thunkable.com/t/clone-block-issue/588120/2 "2020-06-11T11:17:21Z")

</div>

Hey @goodrsgood

Have you considered using the Data Viewer List for this?

> **[Data Viewer List](https://docs.thunkable.com/data-viewer-list)**
>
> Create powerful, no-code, data-driven apps connected directly to Google Sheets, Airtable, or stored locally.

You can still use Airtable as you backend, but it makes the presentation step much easier.

---

<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:27am UTC](https://community.thunkable.com/t/clone-block-issue/588120/3 "2024-11-08T11:27:24Z")

</div>


