New Combobox Option Collection

Overview

This action makes it easy to create dropdown lists (comboboxes) in your flows. You can define the options in the dropdown, making your flows more interactive and user-friendly.


How it Helps

Imagine you have a flow where users need to select an account type. This action lets you easily create a dropdown list with options like "Customer," "Prospect," and "Partner," allowing users to make their selection with a single click.


When to Use It

This action is ideal for:

  • Presenting users with a list of choices in a compact format.

  • Creating dynamic dropdown lists where options can change based on conditions.

  • Simplifying user input by providing predefined options.

  • Capturing user selections for use in your flow logic.


Example

To create an "Account Type" dropdown:

  1. Configure the Action: Provide a label for the action collection (e.g., "Account Type Options").

  2. Add Combobox Options: For each option, specify the label (e.g., "Customer") and the corresponding value (e.g., "Customer").

  3. Connect to Combobox: In your flow, connect this action collection to an Avonni Combobox component.


Key Considerations

  • Data Source: You can define the dropdown options manually or populate them dynamically from Salesforce objects or other data sources.

  • Default Value: Consider setting a default value for the combobox.

  • Output Variable: Connect the action's output to a variable to store the user's selection.

Last updated