Description
A decision element is a type of element that allows you to make a decision based on specific criteria or conditions. It evaluates the input values and sends the flow in different directions depending on the conditions met.
The decision element is used to create a conditional branch in the flow, which is used to route the flow to different paths based on the outcome of a specified condition. You can create a decision based on different types of conditions such as boolean expressions, formula expressions, or record-related values.