I have a 2 column table which is created on page.visible, fist column is number ID [1,2,3,...], second column is empty table TableData [Table(),Table(),Table(),..] .
I want to update the value in the table second column specific record with the selected value in ComboBox: ComboBox.SelectedItems when ComboBox.OnChange
Self is the ComboBox
It seems like the table TempFiler is never updated, the table in the second row always stays empty.
Can someone help me figure out why the table TempFiler is not updating with the value(table) in ComboBox.SelectedItems.
Thanks