Send msg.payload (object) to ui-table using change node?

I seem to recall, there is a short-cut method to send a msg.payload (that is an object) to a ui-table via a change node, versus using a function node? You really just create array of objects, that as just one element, right? Of course now that I want to do this, can't seem to find the example of how to do this?

Of course, a few minutes later after posting... I remembered how to do just... Set to msg.payload to expression result, and then embed in an array, i.e. brackets [msg.payload].

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.