In a Screen Flow, when presenting a dropdown list, radio button set, or checkbox group for user selection, the Choice resource is used. It allows you to define static or dynamic lists of options for selection inputs.
A. Correct — Choice is the correct resource for configuring input controls on screen elements.
Incorrect Options:
B. Dependent picklist is a type of screen component, not a resource.
C. Decision Outcome is a branch of a Decision element, not used for screen selections.
D. Variable stores user inputs but does not define selectable options.
Reference Extracts from Salesforce Process Automation Study Guide:
“Use the Choice resource to create values that appear in radio buttons, picklists, or checkbox groups in screen components.”
“Choices can be manually defined or pulled dynamically from records.”
Submit