Hi,
I'm a newbie trying to put data into a table-ui by getting them from a JSON structure like the following.
How to generate the array to be submitted to the table node?
Yes - but your object is an object with two arrays inside it - one of which doesn't have repeating object types (so not really columns) - so we can only guess what you want as output ? maybe just the history data ? In which case use a change node to Move the msg.payload.sensor.history to msg.payload and feed that to the table node as a start.