Add a new item to repeater then save to collection

Hello Yisreal,

Thanks but I didn’t find the links useful, I’ve been going through it for over a week and it didn’t work for me.

But also is there a to combine two arrays?
like this:

[
 {
  "_id": "food",
  "url": "wix.com"
 }
]

and this:

[
 {
  "_id": "food2",
  "url": "wix.com"
 }
]

equals this:

[
 {
  "_id": "food",
  "url": "wix.com"
  "_id": "food2",
  "url": "wix.com"
 }
]

I’ve been trying concade thingy but it doesn’t work lol

thanks,
DJ bon26