Salesforce Flow is built using three primary components:
A. Element: These are the building blocks of logic in a flow. Examples include Assignment, Decision, Get Records, Screen, and Loop.
B. Resource: These are data holders such as variables, constants, formulas, and more that the flow uses to store and manipulate values.
E. Connector: Connectors determine the path the flow takes by linking elements together. They establish the direction of execution from one element to the next.
Incorrect Options:
C. Variables are a type of resource, not a separate building block.
D. Constants are also a resource type under the “Resource” umbrella.
Reference Extracts from Salesforce Help Documentation on Flow Builder:
“Every flow consists of elements, connectors, and resources. Elements define what the flow does, resources store data, and connectors determine the path.”
===========
Submit