Finding the total number of bundles without using the iterating function in the iterator module

Hello,

My HTTP request module produces dynamic number of images as output each run however for my scenario to run properly I need to know the total number of image output from each request before proceeding to the next module as I will be using a filter

My goal here is get the total number of images by my http module as I need that number to use as a filter. So I used an iterator but i dont need the iterating function, I’m only using it because I wanted to find out the total number of bundles.

Is there a way to find out the total number of bundles in an array without using the iterating function?

Hi @Strm

Please try to use length function.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support | Book Live Implementation
Visit us here
Youtube Channel

2 Likes

You can simply do this

Screenshot_2024-05-30_180522

samliew – request private consultation

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

2 Likes

Hi oh wow i didnt know it was that easy lool thank you!

2 Likes

thank you that worked!

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

1. If anyone has a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.

2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.

This marks the topic as solved, so that:

  • others can save time when catching up with the latest activity here, and
  • allows others to quickly jump to the solution if they come across the same problem

To do this, simply click the checkbox at the bottom of the post that answers your question:
Screenshot_2023-10-04_161049

3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!

4. Do join the unofficial Make Discord server for live chat and video assistance

samliew – request private consultation

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

2 Likes