IN-PROGRESS
In EmpowerID, a newly introduced feature is the Repeater Control. This control distinguishes itself from the conventional empowered controls visible upon clicking any field, entering the edit mode, and accessing the controls tab, where a list of controls is traditionally displayed. Instead, the Repeater Control serves as a technique for rendering sections repeatable, providing users with a distinct technique for managing repetitive content.
Here are the steps to create a Repeater control and make sections repeatable:
On your Form go to the Data Sources right click on it and select Add Data Source option.
The Add New Data Source dialog box will appear. From there, select the Create New Data Source option and click on the Next button.
Enter any name in the Data Source Name textbox. From the DataSource Type dropdown, select the Static option. In the Static Type List field, provide the name of your component view that you want to bind with the Repeater Control or Section. Click on the Finish button.
Once your Datasource of type Static is created right click on it and select the Create List Object for this DataSource option
An object will be created, namely ListObject1. Double-click on it and rename it to your preferred name, for example, ListObjectAddress.