ビジネス要件として、ユーザーが所有する車の台数に基づいて、フォームの一部を動的に繰り返し表示する必要がある。ユーザーは「車を追加」または「車を削除」を選択できる必要がある。
この用途向けに設計された部品はどれですか?
正解:B
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.