Thunkable Deep Dive: Week 2 Voting

I’ve been working on some forms, and being able to generate the UI based on my data would be awesome.

I’d like to be able to clone a group and it’s children components, set their X & Y values of the cloned group and it’s children’s names so that I can access them from my blocks.

I’ve been setting the component names with a static prefix like “label” and then using a numerical index to access the elements from my block loops and joining the values to create my component names: “label1”,“label2” and etc.

If I could clone a group, update the names and manipulate the properties of those cloned components like their names, x & y coords… I wouldn’t have to refactor the whole UI if I need to make a change to one of the 90 components.

1 Like