Hello,
i am using a gallery with input fields to build a repeating table like in InfoPath.
To fill the collection, i am using a patch on the "OnChange" property on each input field.
I just added a "Copy values" button to copy the values from the first item to the current item.
It looks like this:

But as soon as i do that and change a value in the copied version, it patches the value in the first item but not in the current item.
So it seems that there is still a connection to the first item after the copy.
Do you have any idea, how i can copy a collection item but not have a connection to the first item so i can simply change the values in the second item?
------------------------------
Fabian Heil
------------------------------