I need to create a group of elements, whenever the user presses a plus button. Let’s say it would be a new task in the todo list which is initially empty. So I need to tell my app that new groups of elements could emerge and they would be connected with existing elements (number of total available hours for the task)
How can I do these dynamic elements with pre-established connections?