Zmień nazwę Kolumna Infottable Thingworx
var result = Resources.InfoTableFunctions.RenameField({
t: undefined /* INFOTABLE */,
from: undefined /* STRING */,
to: undefined /* STRING */
});
FabulouSebas