Hello!
I'm writing app component where user can choose excel file and any table he want, than combine in pairs excel column and table field, where this column must be added.
My problem is, that I have no idea how to set values of unknown table files. Eg. Someone choose table called aTable and xField, yField and zField. Table name is stored as tableNameShort EDT and xField, yField, zFieldis are elements of the list.
1) How can I create row containing those values?
2) Is my concept of solving correct?