I have an array output, but I can't seem to figure out how to convert that into a dataset that can be used in a standard vision table. Any assistance would be greatly appreciated.
Ignition v: 8.1.25
CORRECTION: it is not an array it is actually a list of lists, not all values are the same data type, some string some int.
Without seeing the actual data you are using, you may have to use a for loop and run through your lists of lists and create a new array of lists and then convert to a dataset. Otherwise I would first try using this: https://docs.inductiveautomation.com/display/DOC81/system.dataset.toDataSet
and seeing where it gets you. Once your able to use toDataSet, you should be able to bind it to the table.