Only continue if
What is Only continue if?
Stops your Pipe from running the next steps unless the configured conditions are met. If the conditions are not met, the Pipe ends at this step and no further actions are executed.
Only continue if
Field
Description
Required?
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?