Hello,
I’m trying to create a property bar and I currently have a data type called Node, with 2 fields one called Param Names and the other one is called Param Values, they are both a list of texts.
I have a repeating group that the source is set to Node’s first item’s Param Names as a text type. I then have a text that’s assigned to this current cell’s Param Name and then I also have an input field which the initial value is set to Node’s first item’s Param Values by index of this cell’s index.
My Problem is when I do the event of an input value has changed how will I be able to set the new value to the correct list item with the same index as the current cell?




