If-then
What is If-then?
If-then allows one Pipe to perform different actions based on rules you define. Using conditional logic, these rules determine the subsequent steps, for example, If response is A, then do X. If response is B, then do Y.
If-then
Field
Description
Required?
Branch name
Give a name for this branch. We would suggest using the condition as your name.
✔️
Field
Select the variable that you want to check
✔️
Is or is not
Set the logical condition
✔️
Condition
Set the logical condition
✔️
Value
Set the value that you want to compare the variable against
✔️
Check step
You can expect one of these two results when you Check step.
Result
Description
true
The condition you set is met. Your Pipe will continue to the next steps.
false
The condition you set is not met. Your Pipe will stop here.
Common errors
Last updated
Was this helpful?