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?
Here, I was expecting to see the original values
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?
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