How do i get to ignore the task if the buldle is empty?

Hello, this is my scenario.
I want it to search for a specific event every day, and if it doesn’t find it I don’t want it to continue the rest of the program. Any ideas how I can do that?

You’ll want to create a filter after the search module:

If “Total number of bundles” is (Numeric: Not equal to) 0, then it will continue.

If you want to learn more about Make, you can read up in the Help Center. I also recommend doing the tutorials in the Make Academy, and learn advanced skills like how to make custom apps to any API in the Make Partner Training Portal - both have certificates for successful completion.

Thank you so much that is perfect :slight_smile: