Add a collection to array of collections

Have you tried the add() array function? Essentially you’re adding an object to an existing array.

Build your collection first with the parse json app and then use the output in the add() call to append to existing array.

4 Likes