# "string" named payload properties in dashboard gauge

**URL:** https://discourse.nodered.org/t/string-named-payload-properties-in-dashboard-gauge/56101
**Category:** Dashboard
**Created:** [4 January 2022 20:10 UTC](https://discourse.nodered.org/t/string-named-payload-properties-in-dashboard-gauge/56101 "2022-01-04T20:10:38Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![SeRiusRod](https://avatars.discourse-cdn.com/v4/letter/s/278dde/32.png) [@SeRiusRod](https://discourse.nodered.org/u/SeRiusRod)
#### Post date: [4 January 2022 20:10 UTC](https://discourse.nodered.org/t/string-named-payload-properties-in-dashboard-gauge/56101/1 "2022-01-04T20:10:39Z")

</div>

Strange topic... I know.  
 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/5/1/51ded095d68eaf3ea60bc76130c53ca9cabddef6.png)

I have to place several gauges in a "trunk" modbus output system that outputs this kind of names.  
I know that I can place a change node before the gauges to adapt the payload, but unfortunately this embedded system has very limited resources and I must cut in all I can.  
Is it possible to reuse that shown property somehow? In jsonata is between quotation marks, for example.

---

<div class="post-metadata">

### Author: ![E1cid](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/e1cid/32/77971_2.png) [@E1cid](https://discourse.nodered.org/u/E1cid)
#### Post date: [4 January 2022 20:31 UTC](https://discourse.nodered.org/t/string-named-payload-properties-in-dashboard-gauge/56101/2 "2022-01-04T20:31:11Z")

</div>

You can use [] notataion  
e.g.

```auto
{{msg.payload["battery/w"]}} W

```

---

<div class="post-metadata">

### Author: ![SeRiusRod](https://avatars.discourse-cdn.com/v4/letter/s/278dde/32.png) [@SeRiusRod](https://discourse.nodered.org/u/SeRiusRod)
#### Post date: [5 January 2022 12:32 UTC](https://discourse.nodered.org/t/string-named-payload-properties-in-dashboard-gauge/56101/3 "2022-01-05T12:32:02Z")

</div>

Thank you! Didn't think to try that!

---

<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: [4 February 2022 12:32 UTC](https://discourse.nodered.org/t/string-named-payload-properties-in-dashboard-gauge/56101/4 "2022-02-04T12:32:22Z")

</div>

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