Convert Collection of Values to Single Array

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

Hi @jmacman

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

To learn more, check out this video: Extract an Item from Array | Get and Map Function | Make Beginners Guide@itsmake - YouTube

MSquare Support
Visit us here
Youtube Channel

2 Likes

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.

Hey @jmacman :wave:

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. :pray:

1 Like