Hi @EMA03356
I assume you are using a form and added custom DataCards to show the different section headings.
What I have done, Add all the inputs you want into your form and arrange them in the order you like separated by the headings.
On the Onselect property of the Add icon for Electrical:
UpdateContext({showElectrical: true, showMachanical: false});
Do the same for Machanical but change to the correct values. (Machanical - true, Electrical - false)
On the DataCard for each input control, on the Visible property add in either showElectrical or showMachanical according to what header it comes under.
Please tick Accept as solution if the answer is useful.
Thanks,
@AARON_C