Struggling Mapping Aggregator Output

Hello Everyone!

Brand new here to Make. Love the interface and power of this tool but struggling to get what I need to develop a short term high priority solution (our other solution did not end up working, won’t name names! :slight_smile: )

Getting input from Scan2Lead, including a list of answers to questions. Several questions can have multiple answers leading to a data structure like this:

If a question has multiple answers it creates a separate collection for each answer.

I have used an Iterator followed by an aggregator to group the answers by questions. Here is the aggregator output:

At this point, I just need to be able to place the “answer” into the proper field on a Salesforce record. I am assuming I need to map the aggregator output to variables (though I might be wrong).

Any assistance on how I handle the mapping of the aggregator output would be greatly appreciated. Thank You!

Welcome to the Make community!

You’ll need to use a second Aggregator because you’ve grouped the first aggregator (resulting in multiple bundles).

Then, to map the values from an array, 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

samliewrequest private consultation

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

2 Likes