Repeater
Repeater renders its nested blocks once per row in a list. Use it for a flexible card layout when a regular table doesn’t give you the presentation you want.Availability
Repeater can be used in all placements. It cannot sit inside another Repeater.Add and configure
- Add Repeater from Structure.
- Choose a Data source (list).
- Optionally set Rows shown from 1 to 25. An empty field uses the source’s/default count.
- Write a Message when empty.
- Drag display building blocks into the content area.
Use the row’s fields
Select a nested block. Its dynamic field picker gets the Row group, e.g. “Row · Deal name” or “Row · Amount”. It refers to the current row for each repetition. The list source can be associated records or a list from a connected system. A row field is only valid inside the Repeater that provides the list.Blocks not allowed inside
The following cannot be used inside a Repeater:- Input field;
- Buttons;
- CRM action;
- another Repeater.