[SOLVED] How do i create a Structure inside another Structure using Events?

There doesn’t seem to have an option to create a Structure inside of another Structure using code.
If there’s any workaround or solution please let me know.
Thanks in advance.

1 Like

You don’t need to have an option to add a structure.
In the 1st field (Array variable) simply type: Structure.ChildStructure

1 Like

Edit: Oops. I though you said array. For a structure with a structure, you do as said. Just use it and it’ll be created whether you set it or just try to read it.

There are at least 2 ways. You can add each child separately to a specific index with with a number or variable. Or you could create a structure using another variable and then add that variable the end of the array.

2 Likes