I have an Input named “Number of schemes”. Depending upon its value different number of sections should be created.
e.g., if there are 5 scheme then 5 sections should be created. (Each section will have same parametric fields.) How can i do that ?
Hi @Jai,
Hopefully the Dynamic Array is what you are looking for. This allows you to create sections with the same parametric fields, as well as having logic applied to it per ‘row’.
You could hack your way into the Parametrization and create these sections yourself, but this becomes complex when you want to save and edit entities. So we recommend not going that route.
Lastly, its nice to know you can also hide a tab / section.
Rick