# Problems with "SET MULTIPLE VARIABLES" and "ARRAY AGGREGATOR"

**URL:** https://community.make.com/t/problems-with-set-multiple-variables-and-array-aggregator/54052
**Category:** Questions
**Tags:** arrays
**Created:** [September 4, 2024, 7:33pm UTC](https://community.make.com/t/problems-with-set-multiple-variables-and-array-aggregator/54052 "2024-09-04T19:33:29Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ChatbotEstudio](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/chatbotestudio/32/21691_2.png) [@ChatbotEstudio](https://community.make.com/u/ChatbotEstudio)
#### Post date: [September 4, 2024, 7:33pm UTC](https://community.make.com/t/problems-with-set-multiple-variables-and-array-aggregator/54052/1 "2024-09-04T19:33:29Z")

</div>

Hello everyone. Can someone tell me why the output of the “set multiple variables” bubble is sorted the way I want it, but the input and output of the “array aggregator” appear differently, which is not the way I want it. Thanks.

 ![SALIDA SET](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/0/3/03202dbc569b68615c6e3106b8862aa886ced260.jpeg)  
 ![ENTRADA ARRAY](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/8/3/838fc0c066456af6f192e2831d584690d4c017af.jpeg)  
 ![SALIDA ARRAY](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/4/9/499359309fc5c7f7c2fd1dc11dd5088c92d8af1d.jpeg)

---

<div class="post-metadata">

### Author: ![samliew](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/samliew/32/13327_2.png) [@samliew](https://community.make.com/u/samliew)
#### Post date: [September 5, 2024, 12:30am UTC](https://community.make.com/t/problems-with-set-multiple-variables-and-array-aggregator/54052/2 "2024-09-05T00:30:53Z")

</div>

This is because **Aggregators** only work with **BUNDLES** , combining them into a **ARRAY** (s).

Your “Set Multiple Variables” only outputs a single bundle, and it is placed into an array as the first “item” as they are in a single bundle. You cannot create a collection with an Array Aggregator this way.

If you want to create a collection, try using the Parse JSON module instead.

 ![Screenshot_2024-09-05_080947](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/e/b/ebba88b02ae28494e7b7b8692bbdfee22c03d261.png)

### Example Output

 ![Screenshot_2024-09-05_080911](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/b/e/beeeb955ed055d66dfc88312ab17d7b7795181c1.png)

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

— @samliew

* * *

P.S.: Did you know, [the concepts](https://community.make.com/t/make-academy-course-overview/29699) of about 70% of questions asked on this forum are already covered in the [Make Academy](https://academy.make.com). Investing some effort into it will save you lots of time and frustration using Make later!

---

<div class="post-metadata">

### Author: ![ChatbotEstudio](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/chatbotestudio/32/21691_2.png) [@ChatbotEstudio](https://community.make.com/u/ChatbotEstudio)
#### Post date: [September 5, 2024, 4:45pm UTC](https://community.make.com/t/problems-with-set-multiple-variables-and-array-aggregator/54052/3 "2024-09-05T16:45:06Z")

</div>

The creator of the bland ai APP for MAKE does it that way in the video. I tried it that way myself two days ago but I don’t know what I changed that it doesn’t work for me anymore. I leave you a photo of the video scenario used by the creator of the APP and the URL of the video in question. Thanks

 ![siner](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/7/d/7d47cd177819f103128ca1f1fac10552c84a0c51.jpeg)  
https://www.youtube.com/embed/16nRkUdDTig?feature=oembed

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [September 19, 2024, 12:51am UTC](https://community.make.com/t/problems-with-set-multiple-variables-and-array-aggregator/54052/4 "2024-09-19T00:51:16Z")

</div>


