A business requirement asks for a section of a form to be repeated dynamically based on how many cars the user owns. The user should be able to select "Add Car" or "Remove Car".
Which component is designed for this?
An Edit Block is specifically designed to allow users to dynamically add, edit, and remove repeating sets of information within an OmniScript. In this scenario, each car requires the same group of fields, and the number of cars is not known in advance. The Edit Block provides an efficient way to manage this variable-length collection of records while maintaining a clean user experience. A Formula element performs calculations but does not create repeatable input sections. A Step organizes navigation between pages of an OmniScript but does not provide dynamic row management. A Text Block displays static content and instructions only. Edit Blocks are a common OmniStudio design pattern whenever business requirements involve repeating data-entry structures such as vehicles, dependents, addresses, products, or beneficiaries.
================
Currently there are no comments in this discussion, be the first to comment!