The Decision element in Flow Builder is used to control flow logic by evaluating conditions and directing the flow down different paths.
A. Correct — The Decision element can inspect input values and determine whether to show return instructions or a form.
B. Correct — A record-triggered flow can use a Decision element to inspect the new Opportunity Stage and notify leadership.
E. Correct — The flow can inspect the result of a credit scoring formula to determine loan eligibility.
Incorrect Options:
C and D. Guest users have highly restricted permissions and cannot perform actions like converting or deleting records, even with Decision logic, due to security model limitations.
Reference Extracts from Salesforce Process Automation Study Guide:
“The Decision element evaluates conditions to determine the flow’s path.”
“Use Decision logic to inspect field values or calculations to dynamically control flow behavior.”
=========================================================