Condition
While communicating with our customers, we can perform certain checks and manage our flow more effectively based on these checks.

Condition Content
When using variables in condition operations, conditions can be determined according to the following condition states:
- Equals
- Not Equals
- Contains
- Greater Than
- Less Than
- Has Value
Use Cases
- Verifying the accuracy of information received from our customers or performing comparisons between our variables,
it can be used as needed.
Important Details
- This Node has 2 outputs. If the conditions within the condition node are true, the flow continues from the green output. If the conditions within the condition node are false,the flow continues from the red output.
- When adding multiple conditions, it's important to pay attention to the and/or relationship between the conditions.