Expand my Community achievements bar.

Alternative to Global Binding when Adding Instances?

Avatar

Level 2

Hi, i currently have two tables and the first one is an user-inputted table that also has an add row/delete row (add/delete instances) button and the other is a table binded by global data.

When i add a row by clicking on the add row button on the first table, it also adds a row to the second table which it should, however because of global data binding, it carries the same inputted data value from that added instance. I want to make it so that it clones the new inputted data for that additional row added without using the previous instance's data, Is there a way i can do that?

0 Replies