How to Properly Append API Responses to an Existing JSON Array?

Thanks, I fixed that but that didn’t seem to be creating the main issue I was having further downstreem.

What I needed to do was use the Parse JSON module like you detailed in this post to create my own structure so that I could create an object/collection.

Thanks!