Filter not continuing - why?

Status: Closed · Asked by wibbler on · 0 views

wibbler — Question ·

I have multiple daily Shopify orders that go through Pabbly filters successfully. On two occasions, they have failed in the same way for no logical reason that I can work out. Here is a screenshot of the latest, which seems to suggest that the conditions are true to the workflow should continue:

e5wDztX

sMjw2DI

For comparison, here is the same result for a different order (different product ordered, but same filter result), and the workflow continues:

8oDBMED

ZQ5nzwn

Is this a bug, or am I missing something logical?

PabblyMember3 — Reply ·
I have multiple daily Shopify orders that go through Pabbly filters successfully. On two occasions, they have failed in the same way for no logical reason that I can work out. Here is a screenshot of the latest, which seems to suggest that the conditions are true to the workflow should continue:

e5wDztX

sMjw2DI

For comparison, here is the same result for a different order (different product ordered, but same filter result), and the workflow continues:

8oDBMED

ZQ5nzwn

Is this a bug, or am I missing something logical?


We have deeply checked your workflow and the task history.

Since, you have used Router step just after the filter condition and as each route works on filter condition so both of your routes are not satisfying the incoming data value as per your configuration and thus, it stops the data flow to other steps in your route.

You can cross check the incoming Shopify data configured in the filter condition of routes : Note 4 and Note 5

Check the below attachments:

1. Received data from Shopify

2. Filter condition of your Route: Note 4

3. Filter condition of your Route: Note 5

Hope things are now clear for you. Let me know if you need more help.

wibbler — Reply ·

I'm afraid it is not so clear! What should i do to solve this problem?

PabblyMember3 — Reply ·
I'm afraid it is not so clear! What should i do to solve this problem?

See, this is not a problem it is set to work like that. Let me explain you in details :

As the values coming for Note 4 attribute and Note 5 attribute from Shopify does not match with the configured route filter condition it will not process further.

If you want the values should be process further then, you need to make changes in the router filter conditions as per your need.

wibbler — Reply ·

Ah I see! I need a new Filter to match the Note occurrence presented here. Thank you!

Back to all forum threads · Log in to reply