There will be some kind of extension to create your own dynamic component from a template.
In other words, first with a Layout I place all the components as well as buttons, labels, text boxes, etc. that would be the template
And then make that same Layout duplicate with the same components and properties that each element has.
yes it is possible… First create a layout with id value 1 in procedure… And upon clicking button just add =1 to previous Id value and use the same procedure… very simple
this is just sample, just customize further (drag and drop the below png into your project and see the process…