An exclusive discount for you and your team
Form (Repeater)
The Form (Repeater) component allows users to create and/or edit multiple records within a single flow screen. Admins can pass a form component to the (Repeater) and a collection of records if the component requires a prefilled form. Users can then add more records by clicking a 'New' button. The repeater adds a new record to the screen with the same input fields packaged within the form component. Admins can customize the repeater within flow screens. Configuration options allow users to Create, Clone, Select or Delete records within the repeater.
Documentation
Use the documentation below to configure Form (Repeater) screen components.
Select Object/Form
Use the selectors in this section to select the form component to display.
Prefill Records/Template
Use the selectors in this section to prefill records and values within the repeater component.
Form Properties (Optional)
The following section allows admins to override the default display properties for the form repeater component. Refer to the Form screen component documentation page for configuration guidance.
Repeater Limits
The following section allows admins to define the minimum and the maximum number of records allowed within the repeater component. Setting the Min (records to display) value to 3 will always display at least three visible records. If admins enable the delete option for the component, the delete button is hidden when there are only three records. Setting the Max (records to display) value to 10 will allow users to add up to 10 records to the repeater. Once ten records are added, the "New" and "Clone" buttons will not show, if enabled, preventing Users from adding more than ten records.
Repeater Properties (Optional)
Actions
The following section allows admins to configure if Users can add "New" records, "Clone," or "Delete" records within the repeater. Select the toggle next to the corresponding action to enable.
Output Variables
Eight output variables can be assigned to flow resource variables or referenced. If assigned to resource variables, the returned collection variables need an assignment to collection resources defined with the same object type as the repeaters selected "Object" value.
Form (Repeater) Considerations