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! )
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!