Taking Multiple Output Bundles and Saving it into different Variables

Hello Makers! Is there a way that I can take all 5 bundles and save them into their own Variable? like
Bundle 1 = Variable 1
Bundle 2 = Variable 2

And so on and forth? Thank youuuu

Hi @Nariesss

To solve your issue, connect an Array Aggregator and select the Value field.

Then, with index mapping of array, you can map the values in relevant area.

Regards,
Msquare Automation - Gold Partner of Make

Book a Free Consultation | Connect Live

Explore our YouTube Channel for valuable insights and updates!

You’ll need to aggregate to an array first before an optional step of auto converting them into variables.

If you need further assistance, please provide the following:

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

Providing the blueprint will allow me to put together the modules for you, and map the variables accordingly.

samliew – request private consultation

Join the Make Fans Discord server to chat with other makers!

blueprint.json (50.8 KB)
Helloo @samliew! Thank you! Here’s my Json file, I placed in the Array Aggragator there but I don’t know how to take bundle 1 and place it on variable 1 and then so on and forth for other bundles

It would be exactly as I shown in my previous screenshot:

{{ toCollection(13.array; "key"; "value") }}

1. Paste the above into your value field and run the scenario once.

2. Expand the “variables” collection, and all the variables will be available for mapping in your ClickUp module!

samliew – request private consultation

Join the Make Fans Discord server to chat with other makers!

Thank youu! I tried this and they all got saved into one variable, what I was looking for is that each one of these are saved into their own variable. So I’ll have 5 variables.

Assigned AA - Variable 1
Client - Variable 2
Subject of Request/Question - Variable 3
Request/Question: Variable 4
Needed Items/Files: Variable 5

image

Then you’ll have to do it the harder way, using the map and first functions.

For example, for “Assigned AA”, the value would be:

{{ first(map(13.array; "value"; "key"; "Assigned AA")) }}

For more information, see “Mapping with Arrays” below:

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 —

General

Help Center Basics

Articles & Videos


Why do you need them in five separate variables? You can map a sub-property “variable” directly too.

samliew – request private consultation

Join the unofficial Make Discord server to chat with other makers!

3 Likes

Works perfectly now! Thank youuuuu!

No problem, glad I could help!

I’m still curious, why do you need them in five separate variables? You can map a sub-property “variable” directly too.

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!

4. Do join the unofficial Make Discord server for live chat and video assistance

samliew – request private consultation

Join the Make Fans Discord server to chat with other makers!

hahah honestly, for learning purposes at most, plus I wanted to have them on separate variables for it to be more organized in my brain hahaha.

1 Like