A Salesforce Administrator is configuring a record-triggered flow to process new Lead records. Depending on whether the Lead's Industry field is set to 'Technology', 'Healthcare', or left blank, the flow needs to follow different conditional paths to assign distinct follow-up tasks. Which Flow Builder element should the administrator add to evaluate these field values and branch the flow execution path?
- Decision elementAnswer
- BAssignment element
- CUpdate Records element
- DLoop element containing a Get Records query
Answer
The Decision element is used in Flow Builder to evaluate conditions and direct the flow down different execution paths based on field values.
The Decision element is specifically designed to evaluate resource values or field conditions and split the flow into multiple outcome paths based on defined criteria.
Step-by-Step Solution
Key Concept
Flow Builder Decision Elements and Conditional Logic