Repeater - aggregating the the output of a http call which is within {data}

Hey,

new to make.com, wondering if someone can help.

I have a repeater that is looping throught a product http call (which has 100 products within each call).

I want to aggregate the output of the 10x https requests, and the information is within {data}

abny guidance would be great or suggestions.

1 Like

I guess what i am trying to do is add these to a new array, so when it iterates on the repeats it added the 100 records to the array.

1 Like

Welcome to the Make community!

You can use the built-in function merge to merge arrays.

e.g.:

{{ merge(1.data.products; 2.data.products) }}

For more information, see the function documentation in the Help Center and do the tutorials in the Make Academy.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

2 Likes

Legend, that’s it. Didn’t even know that existed.

Come from the land of hard coded nodejs

1 Like

No problem, glad I could help!

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!

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 —

Getting Started

Help Centre Basics

Articles & Videos

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.