Hi, I need to figure out how to store a collection (which returns JSON as seen in the testing), into a single string variable.
Then, I want to JSONify this string blob and then iterate through it nicely.
First, however, I am stuck to get the JSON from the database to the local storage. I am using a mapping. However, the following mapping does not store more than 1 record from the collection to my local storage variable.