Adding a collection item to an array

Well one way of creating the new collection before adding it to your existing array is use the Parse JSON module:

{ "item": {
  "iuiuiuiuiu": null,
  "pop": null
}}

Then you can use the built-in function add

Screenshot_2023-12-13_091230

Output

Screenshot_2023-12-13_091240

4 Likes