# Display MQTT data in Table

**URL:** https://discourse.nodered.org/t/display-mqtt-data-in-table/32492
**Category:** Dashboard
**Created:** [6 September 2020 05:42 UTC](https://discourse.nodered.org/t/display-mqtt-data-in-table/32492 "2020-09-06T05:42:18Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![88bit](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/88bit/32/79334_2.png) [@88bit](https://discourse.nodered.org/u/88bit)
#### Post date: [6 September 2020 05:42 UTC](https://discourse.nodered.org/t/display-mqtt-data-in-table/32492/1 "2020-09-06T05:42:18Z")

</div>

Hi all I getting data from a MQTT Broker and try to display them in a table using the dashboard table ui\_table. I convert the incoming into a json object.

{"time":"2020-09-06T05:26:53Z","local":"30:AE:A4:9D:59:30","mac":"987bf357dfd2","payload":"0201061aff4c00021520cae8a0a9cf11e3a5e20800200c9a660057dfd2ba","rssi":-56}

How can I display the data in the table? what ever I do the table stays blank. Is there a command to trigger a new row?

Any help is appreciated.

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [6 September 2020 06:45 UTC](https://discourse.nodered.org/t/display-mqtt-data-in-table/32492/2 "2020-09-06T06:45:41Z")

</div>

The table is expecting an array of objects not a single object

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [6 October 2020 06:45 UTC](https://discourse.nodered.org/t/display-mqtt-data-in-table/32492/3 "2020-10-06T06:45:42Z")

</div>

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