The Decision element in Flow Builder allows the configuration of multiple outcomes (paths) based on logical conditions. If no conditions match, and a default outcome is configured, the flow takes that default path.
D. Correct — If conditions in all defined outcomes evaluate to false, the flow follows the default outcome if it exists.
Incorrect Options:
A. The flow does not fail automatically; it just follows the default path or ends.
B. A Screen element must be explicitly added; it is not invoked by default.
C. If there is no default outcome, the flow may stop, but this is not always ideal or recommended.
Reference Extracts from Salesforce Process Automation Study Guide:
“The default outcome defines the path the flow takes if no other condition is met in the Decision element.”
“Always define a default outcome to prevent the flow from ending unexpectedly.”
=========================================================
Submit