Overview
The repeater Repeater is a container
In Repeater, you You can add multiple componentsThe form will repeat, according to the number record count in model a number of components to Repeater
(You can decide how the user interface (UI) is created)
The Repeater will call the form multiple times
Depending on how many records are in the model, the form will repeat
The repeater will not repeat at design time, but it will repeat at run time
Attributes
Model
The model is used to display content (fields) in the layout
Mainly used for the creating or editing of a record
You need to create a multi-record model for Repeater, Refer to this link Models
In the Modelattribute, select the multi-record model
...
Context Models
You can create a sub-model by using the Models attribute
A Context model is created by using a multi-record model
It acts as a single record model
Create Models, Refer to this link Models
...
Click on Run & Preview
Records will displayThe records of the fields entered into the repeater will be displayed
...