Exclude products

Hi guys!

I’ve created a scenario that uses watch orders. I want to exclude certain products from the containing “x” in the name from this scenario. Example: “Custom”.

I have tried setting up af filter line items “does not contain” custom with no luck.

How can I do this? First scenario - sorry!

Welcome to the Make community!

You can create a text filter.

Name

Text operators: Does not contain (case-insensitive)

Custom

If you need further assistance, please provide the following:

Please provide the output bundles of the trigger module 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”.
Screenshot_2023-10-06_141025

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:
    Screenshot_2023-10-02_191027

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.

This will allow others to better assist you. Thanks!

samliewrequest private consultation

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

Thanks Sam!

It’s like its completely ignoring the filters no matter where I place them in the scenario. I’m using these 2 filters:

Here is the order after iteration into 3 bundles with 1x blue product, 1x purple product and 1 custom (this product should be excluded)

bundles.txt (68.2 KB)

Perhaps you should share the step before you do the iteration.

If you already iterate, then why are you still mapping the WHOLE array in the filter, and not the item’s name?, and not do what I advised in the previous post?

Screenshot_2024-07-22_220732

samliewrequest private consultation

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

3 Likes

Sorry I’m new to MAKE.

Thanks Sam, this worked perfectly!

1 Like

No problem, glad I could help!

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

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

1 Like

Amazing! Thanks a lot Sam