How to assign a collection or array to a variable for subsequent processing?

I called a REST API and got a array as a result

Now if i assign it to a variable it is just showing [collection1], [collection2] etc. How to fix this?

image

Here, I was expecting to see the original values

Hi,

It appears that there has been a mapping error, the data in the HTTP input you has been mapped directly from the array, this will make this issue.
To solve your issue, please use map function or iterator to map the content from the array properly.

Thanks & Regards

MSquare Support
Visit us here
Youtube Channel

1 Like