You are here:
Picklist Screen Input Component
Let users choose from a list of options in a picklist format.
Required Editions
Starting with Flow Run-time API version 52, the first option listed for all picklists is --None--. If you don’t set a default value for a picklist in Flow Builder, the --None-- option is automatically selected at run time. --None-- is treated as a null value. If you set the picklist as required and the user selects --None--, then the flow run time prevents the user from proceeding to the next screen.
Configure the Picklist Component
| Attribute | Description |
|---|---|
| API Name | The API name of the component. An API name can include underscores and alphanumeric characters without spaces. It must begin with a letter and can’t end with an underscore. It also can’t have two consecutive underscores. |
| Choice | Add at least one choice, record choice set, or picklist choice set to this component. Available only when you add a choice component to the screen component. In all screen components except Display Text components, the choice's value is used at runtime. If you select a dynamic Choice resource such as a collection choice set or record choice set, ensure that each value in the Choice resource is unique. Otherwise, if a user selects a duplicate value, the value is set incorrectly in Salesforce. |
| Component Type | Modify a choice component type. If the user can select only one option, these component types become available:
If the user can select multiple options, these component types become available:
|
| Data Type | Controls which choices are available for this component. For example, if you choose Number, you can’t select a Text choice. |
| Decimal Places | Controls the number of digits to the right of the decimal point up to 17 places. If you leave this field blank or set it to zero, only whole numbers appear when your flow runs. Available only when the data type is Number or Currency. |
| Default Value |
Pre-selected choice for the
component. If the associated screen isn’t executed or the conditions for
component visibility aren’t met, the stored value of the component is
null.
|
| Disabled | If set to true, the user can’t modify the value. The default value is false. This attribute accepts a resource with a Boolean value. |
| Label | The text that appears with the screen component that tells the running user how to use it. |
| Let Users Select Multiple Options | Specifies whether the user can choose only one option or multiple options. When you select Yes for Let Users Select Multiple Options, Data Type is automatically set to Text, and non-text Choice resources are cleared from the component configuration. |
| Provide Help | Give your users more context with this screen component. The text you enter is available in an info bubble next to the component. |
| Require | Requires users to select a value before they can move to the next screen. |
Set the Component Visibility
Specify the logic that determines when the flow displays the component.
| Option | Description |
|---|---|
| When to Display Component | Configure when the component is displayed by using conditional logic. You can set the components to:
|
Specify the Behavior of Values on Revisited Screens
Specify what this component does when a user enters a value, navigates to a previous screen, and then returns to the screen with this component.
Considerations
- A Picklist component can have up to 500 choices.
- Rich text isn’t supported in the Picklist component.
- The Picklist component doesn't show text between the < and > characters.

