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?
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.