Pabbly "And" Filter Function

Status: Open · Asked by Ilan Freeman on · 0 views

IlanFreeman — Question ·

I have set up a Pabbly Filter using the "And" function. My understanding is that if both of the filters are correct, it will go through; however, if only one of the 2 is correct, it will stop. However, I see that if either is correct, it will stop.

My use case is:

If the Service category is not equal to "xxx"
And
If the service transaction is not equal to "0"

Arshil Ahmad — Reply ·

Hi @IlanFreeman,

The 'AND' filter condition allows the workflow to continue only when all the conditions are met. This means that if even one condition is not met, the workflow execution will not continue and will stop at the Filter step.

In your case, both filter conditions must be met for the workflow to proceed beyond the Filter step.

The only scenario in which the workflow will proceed beyond the Filter step is when the Service Category is not equal to "xxx" and the Service Transaction is not equal to "0".

Watch the video shared below to understand how filter conditions work:

youtube.com/watch?v=RVoCVvcdk4I

Back to all forum threads · Log in to reply