Having issue to map array of data from Custom app to another module

Hello,
I am facing a problem while mapping an array of data from my custom app to another module.
In my scenario I get an array of data from my custom app, but when I want this array of data to be mapped from my custom map to the “Set Variable” then only 1st index data is shown.
My requirement is to display all Feedback data index wise not just 1st index.
It’ll be great if anyone can give some suggestion, what can be done.
Feedback Output from my Custom app.

Mapping in “Set Variable” only 1st index data is shown.

1 Like

Hey Omraj,

that’s how arrays are shown in Make. Imagine if an array has 1000 entries and if Make shows all of them. This is why only the first one is shown.

Just click on the array to map the entire one. Or use the order index of the item you want mapped.

2 Likes

Welcome to the Make community!

Please 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 —

Getting Started

Help Centre Basics

Articles & Videos

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Hi @Omraj_Pradhan

Check out this cool topic to learn Map() function and apply easily.

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation

Hi @Omraj_Pradhan
Sample structure created similar to yours:


Iterate through the array:

Then aggregate all the values:

Output

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation

Thank you @all for your suggestion

1 Like

Hi @Omraj_Pradhan
We would really appreciate if you mark the answer as solution if it helped you. This will keep the community healthy and organized.

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation