In Flow Builder, the correct way to introduce branching logic (i.e., to take different paths based on conditions) is by using the Decision element.
The Decision element evaluates Boolean conditions or expressions and routes the flow down different paths depending on the outcome (True/False or other defined outcomes).
Incorrect Options:
A. “Branching Element” is not a valid Salesforce term.
C and D. If/Else logic is found in Apex or other programming languages but not represented this way in declarative Flow Builder.
Reference Extracts from Salesforce Help Documentation on Flow Builder:
“Use a Decision element to add conditional logic to your flows, allowing different outcomes based on evaluated conditions.”
===========
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit