Introduction to Salesforce Flow Connectors
Connectors determine the available paths that a flow can take at run time. On the canvas in Flow Builder, a connector looks like an arrow that points from one element to another.
Unlabeled
Identifies which element to execute next.
Decision outcome
Identifies which element to execute when the criteria of a Decision
outcome are met.
Pause configuration label
Identifies which element to execute when an event that’s defined in a
Pause element occurs.
Fault
Identifies which element to execute when the previous element results in
an error.
For each item
Identifies the first element to execute for each iteration of a Loop
element.
After last item
Identifies which element to execute after a Loop element finishes
iterating through a collection.
Go To
Identifies which element to go to and execute next.
Follow Us