How do we add branching options?

Prepare for the Salesforce OmniStudio Consultant Test. Utilize comprehensive flashcards and various question formats, each with detailed hints and explanations. Achieve exam readiness!

Multiple Choice

How do we add branching options?

Explanation:
In OmniScript, branching paths are driven by a single-choice input that defines its own options. The Radio element is designed for this: you add an Options section and create each option with a label and a value. In the preview, those options render as radio buttons, and the user can select only one. The selected value determines which path the script follows downstream, typically guiding a Decision or routing element to the appropriate branch. This is the standard way to present multiple paths based on user choice. Other approaches, like making separate sub-forms for each option or configuring in global settings, don’t align with how OmniScript handles branching, and branching is achieved through the flow after the selected option is evaluated.

In OmniScript, branching paths are driven by a single-choice input that defines its own options. The Radio element is designed for this: you add an Options section and create each option with a label and a value. In the preview, those options render as radio buttons, and the user can select only one. The selected value determines which path the script follows downstream, typically guiding a Decision or routing element to the appropriate branch. This is the standard way to present multiple paths based on user choice. Other approaches, like making separate sub-forms for each option or configuring in global settings, don’t align with how OmniScript handles branching, and branching is achieved through the flow after the selected option is evaluated.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy