- create a widget that represents the chunk of UI that needs duplicating:
If there’s a text field you’d like to update, flag it as isVariable
:
- in the same widget, add a new
Instance Editable
variable that isExposed on Spawn
, and aCustom Event
:
- in the main widget (or anywhere else, really):
- the result:
Hope it helps.