# Convert Collection of Values to Single Array

**URL:** https://community.make.com/t/convert-collection-of-values-to-single-array/13666
**Category:** Questions
**Created:** [July 26, 2023, 7:22pm UTC](https://community.make.com/t/convert-collection-of-values-to-single-array/13666 "2023-07-26T19:22:28Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jmacman](https://avatars.discourse-cdn.com/v4/letter/j/e47c2d/32.png) [@jmacman](https://community.make.com/u/jmacman)
#### Post date: [July 26, 2023, 7:22pm UTC](https://community.make.com/t/convert-collection-of-values-to-single-array/13666/1 "2023-07-26T19:22:28Z")

</div>

How Would I convert Collection of Values to a Mapped Array. I’ve tried Flatten and Mapping, but nothing seems to work.

 ![CONVERT TO](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/5/55c3b6a680fbd277156374babb5a5b812caa23cd.jpeg)

---

<div class="post-metadata">

### Author: ![Msquare\_Automation](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/msquare_automation/32/6634_2.png) [@Msquare\_Automation](https://community.make.com/u/Msquare_Automation)
#### Post date: [July 27, 2023, 4:46am UTC](https://community.make.com/t/convert-collection-of-values-to-single-array/13666/2 "2023-07-27T04:46:46Z")

</div>

Hi @jmacman

To solve your issue, please use the map() function as shown below:

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/3/3916d372c8896a062231fec46f4ac3941390d69d.png)

To learn more, check out this video: [Extract an Item from Array | Get and Map Function | Make Beginners Guide@itsmake - YouTube](https://youtu.be/QGhuNDxWIDE)

[MSquare Support](https://calendly.com/msquarepro/meeting)  
Visit us [here](https://www.msquare.pro/)  
[Youtube Channel](https://www.youtube.com/channel/UCqidlIIwbejxZmRUWBICcjQ)

---

<div class="post-metadata">

### Author: ![jmacman](https://avatars.discourse-cdn.com/v4/letter/j/e47c2d/32.png) [@jmacman](https://community.make.com/u/jmacman)
#### Post date: [July 27, 2023, 9:05am UTC](https://community.make.com/t/convert-collection-of-values-to-single-array/13666/3 "2023-07-27T09:05:27Z")

</div>

I had to do a double map. I thought that I could just do a ;variant;map. So Map only uses one level at a time.

 ![IMG_1286](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/f/f676e1970b946b4886b631fb8414c714fa6283b1.jpeg)

---

<div class="post-metadata">

### Author: ![vendy](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/vendy/32/12635_2.png) [@vendy](https://community.make.com/u/vendy)
#### Post date: [July 27, 2023, 9:29am UTC](https://community.make.com/t/convert-collection-of-values-to-single-array/13666/4 "2023-07-27T09:29:47Z")

</div>

Hey @jmacman 👋

Great job with solving your issue here! I’m glad to hear that you were able to figure this one out.

Thank you for keeping the community in mind and sharing your solution with us. We appreciate users coming back to us with their input. 🙏

---

<div class="post-metadata">

### Author: ![FAQs](https://avatars.discourse-cdn.com/v4/letter/f/eb8c5e/32.png) [@FAQs](https://community.make.com/u/FAQs)
#### Post date: [August 10, 2023, 11:00pm UTC](https://community.make.com/t/convert-collection-of-values-to-single-array/13666/5 "2023-08-10T23:00:05Z")

</div>


