Cycle through iterator bundles for filtering

Hi, I’m still new to Make.com, there is likely a simple solution for this I am missing but it’s driving me a bit crazy.

I have a scenario where I need to separate line items into an array.

I need to filter out certain line item orders with a specific fulfillment location within a Shopify order.

My trigger is the Watch Order with the Shopify module.

I then have the HTTP module that collects all of the fulfillment order info from a specific order from the trigger module, then I have an Iterator after this to get the fulfillment order ID’s that I need.

I have the Iterator creating bundles, so if the order has 2 different items in one order, it creates 2 bundles.

What I have after that is a filter, if it doesn’t contain the location ID’s I want it stops the scenario.

What is frustrating is that if bundle 1 doesn’t contain one of the 2 location ID’s I have in the filter to step 3 it stops the scenario, even if bundle 2 contains it.

In the screenshot below, Bundle 1 doesn’t contain the right ID I want but Bundle 2 does but the scenario stops when it detects that Bundle 1 does not match the filter.

Is there a way to have it cycle through the bundles?

If bundle 1 doesn’t contain either of the 2 ID’s I want it moves onto the next bundle?

Thanks.

ps, how do I upload/insert images?

Welcome to the Make community!

1. Screenshots of module fields and filters

Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.


(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

3. And most importantly, Input/Output bundles

Please provide the input and output bundles of the trigger/iterator/aggregator modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.

A.

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading them here will look like this:

module-1-output-bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

1 Like

I’ve added a screenshot, I can’t use the output of the module that I’m asking the question about because it has sensitive information in there.