# Merge multiple variables into one array

**URL:** https://community.make.com/t/merge-multiple-variables-into-one-array/70148
**Category:** Questions
**Tags:** connections, aggregators, arrays
**Created:** [February 17, 2025, 2:22pm UTC](https://community.make.com/t/merge-multiple-variables-into-one-array/70148 "2025-02-17T14:22:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![IRNAS](https://avatars.discourse-cdn.com/v4/letter/i/51bf81/32.png) [@IRNAS](https://community.make.com/u/IRNAS)
#### Post date: [February 17, 2025, 2:22pm UTC](https://community.make.com/t/merge-multiple-variables-into-one-array/70148/1 "2025-02-17T14:22:42Z")

</div>

I have multiple variables and I need to pack them into one array so I can use them as inputs in the next module. I get a bundle of data through a webhook. I then process individual items in the bundle differently and store them as individual variables. I want to then pass them to a module at the end of the chain.

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/4/d/4d0d0a1d504d87c443bcb7d6195014fefa89a6fe.png)

---

<div class="post-metadata">

### Author: ![Donald\_Mitchell](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/donald_mitchell/32/8749_2.png) [@Donald\_Mitchell](https://community.make.com/u/Donald_Mitchell)
#### Post date: [February 17, 2025, 4:11pm UTC](https://community.make.com/t/merge-multiple-variables-into-one-array/70148/2 "2025-02-17T16:11:10Z")

</div>

Hello @IRNAS,

Welcome to the Make Community!

I believe you need to add a Get Variable module (to get whatever you stored in module #31) on your second route after the Text Aggregator.

---

<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: [May 18, 2025, 3:22pm UTC](https://community.make.com/t/merge-multiple-variables-into-one-array/70148/3 "2025-05-18T15:22:01Z")

</div>


