# \[Solved\] Changing nested components properties from clone

**URL:** https://community.thunkable.com/t/solved-changing-nested-components-properties-from-clone/1972729
**Category:** Questions about Thunkable X
**Tags:** solved
**Created:** [July 23, 2022, 2:23pm UTC](https://community.thunkable.com/t/solved-changing-nested-components-properties-from-clone/1972729 "2022-07-23T14:23:14Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![doughnut](https://avatars.discourse-cdn.com/v4/letter/d/eb8c5e/32.png) [@doughnut](https://community.thunkable.com/u/doughnut)
#### Post date: [July 23, 2022, 2:23pm UTC](https://community.thunkable.com/t/solved-changing-nested-components-properties-from-clone/1972729/1 "2022-07-23T14:23:14Z")

</div>

So I’m trying to clone a Column of items with rows and nest rows within. (See image below)

I’m trying to edit the properties of the eventTitle, Description and image on load. I’m able to handle editing the description as its not nested within other rows. Any idea how I would fetch those components UUIDS and edit them?

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/c/1c5b302f6b7504d7429b7bf34e8f731fbfb1cc02.png)

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [July 23, 2022, 3:29pm UTC](https://community.thunkable.com/t/solved-changing-nested-components-properties-from-clone/1972729/2 "2022-07-23T15:29:31Z")

</div>

Each `row` or `column` has components inside it. These components can be reached by using the `All [component Type]` from the `Any components` drawer.

So when you clone the column `EventFeedTemplate1`, the green `clone` block will contain all of this column.

Now you need to get `All rows of the [green clone block]` from the `Any component` drawer which should return a list. Doing this will get the cloned component of `Row92` as the first element in this list.

You will have to do it again to get `Row90` and then when you get `All Label of the [cloned Row90]` then you can manipulate the cloned `eventTitle`.

Hope this is clear.

---

<div class="post-metadata">

### Author: ![doughnut](https://avatars.discourse-cdn.com/v4/letter/d/eb8c5e/32.png) [@doughnut](https://community.thunkable.com/u/doughnut)
#### Post date: [July 23, 2022, 3:49pm UTC](https://community.thunkable.com/t/solved-changing-nested-components-properties-from-clone/1972729/3 "2022-07-23T15:49:44Z")

</div>

Thats what I’ve been trying to figure out. I can’t work out what blocks needed to get that cloned nested ID

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/f/a/fa3bb2a587e036c415eef9bdc169843fcc8fa62e.png)  
^ This seems to crash the app telling me to check my blocks

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [July 23, 2022, 4:05pm UTC](https://community.thunkable.com/t/solved-changing-nested-components-properties-from-clone/1972729/4 "2022-07-23T16:05:51Z")

</div>

Where is the `All [Label] ` block?

---

<div class="post-metadata">

### Author: ![doughnut](https://avatars.discourse-cdn.com/v4/letter/d/eb8c5e/32.png) [@doughnut](https://community.thunkable.com/u/doughnut)
#### Post date: [July 23, 2022, 4:10pm UTC](https://community.thunkable.com/t/solved-changing-nested-components-properties-from-clone/1972729/5 "2022-07-23T16:10:48Z")

</div>

Like so? Still causes it to crash

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/6/d6f74b6bd1f089330e0a14116b89317f6860c50d.png)

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [July 23, 2022, 4:16pm UTC](https://community.thunkable.com/t/solved-changing-nested-components-properties-from-clone/1972729/6 "2022-07-23T16:16:43Z")

</div>

The `All [Label]` list should be the outer most.

---

<div class="post-metadata">

### Author: ![doughnut](https://avatars.discourse-cdn.com/v4/letter/d/eb8c5e/32.png) [@doughnut](https://community.thunkable.com/u/doughnut)
#### Post date: [July 23, 2022, 4:36pm UTC](https://community.thunkable.com/t/solved-changing-nested-components-properties-from-clone/1972729/7 "2022-07-23T16:36:02Z")

</div>

Legend. Been stuck on this a while and had this before but didn’t clock it was the wrong way round. Thank you

---

<div class="post-metadata">

### Author: ![doughnut](https://avatars.discourse-cdn.com/v4/letter/d/eb8c5e/32.png) [@doughnut](https://community.thunkable.com/u/doughnut)
#### Post date: [July 23, 2022, 4:45pm UTC](https://community.thunkable.com/t/solved-changing-nested-components-properties-from-clone/1972729/8 "2022-07-23T16:45:56Z")

</div>

Final issue I’m having with this, when trying to set that top image (EventBanner). It seems to set but is just blank. Can’t figure out why

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/f/7f626e4b719c5e403df7b76c8f87c0ab8023fd1b.png)

---

<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: [October 21, 2022, 4:46pm UTC](https://community.thunkable.com/t/solved-changing-nested-components-properties-from-clone/1972729/9 "2022-10-21T16:46:23Z")

</div>

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