There seem to be very little info or examples of this... I'm trying to update some tables and I can't seem to find any solution after trying everything I can think of. Does anyone have a working example?
Code Select
testTable = new Table();
testTable.addColumn("GUID");
testTable.addRow();
testTable.set(0, 0, node.guid);
result = PushDCIData(node, dciId, testTable);

. So, I go to the template to add the transform, and I cant get it to work (even though the test works fine). I mess with it for a while, and then by chance I notice in the logs that there is an error every time I "start data recalculation" on the node's DCI. I'm not 100% sure what I'm reading, but it seems that there is a column missing.