# Refresh dashboard

**URL:** https://discourse.nodered.org/t/refresh-dashboard/90485
**Category:** Dashboard
**Tags:** node-red-dashboard
**Created:** [27 August 2024 15:04 UTC](https://discourse.nodered.org/t/refresh-dashboard/90485 "2024-08-27T15:04:26Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![lebao](https://avatars.discourse-cdn.com/v4/letter/l/59ef9b/32.png) [@lebao](https://discourse.nodered.org/u/lebao)
#### Post date: [27 August 2024 15:04 UTC](https://discourse.nodered.org/t/refresh-dashboard/90485/1 "2024-08-27T15:04:26Z")

</div>

hello  
I need help.  
I'm using `msg.ui_control` to configure the label for the dropdown node, and every time `msg.ui_control` changes, I have to refresh the page for the label on the dashboard to update. Does anyone know how to automatically refresh the page when `msg.ui_control` changes?  
I am using Node-RED V4.0.2, Dashboard version 3.6.5, Node.js version: v20.14.0.

---

<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: [27 August 2024 15:25 UTC](https://discourse.nodered.org/t/refresh-dashboard/90485/2 "2024-08-27T15:25:38Z")

</div>

From the sidebar help text

> Sending a blank tab name "" will refresh the current page. You can also send "+1" for next tab and "-1" for previous tab

So feeding a msg back into the ui\_control node should do what you want

But you should be able to update the dropdown without a refresh, can you supply a minimal flow showing the issue.

---

<div class="post-metadata">

### Author: ![lebao](https://avatars.discourse-cdn.com/v4/letter/l/59ef9b/32.png) [@lebao](https://discourse.nodered.org/u/lebao)
#### Post date: [27 August 2024 15:30 UTC](https://discourse.nodered.org/t/refresh-dashboard/90485/3 "2024-08-27T15:30:04Z")

</div>

Thank you, but could you provide me with an example of that?

---

<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: [27 August 2024 15:32 UTC](https://discourse.nodered.org/t/refresh-dashboard/90485/4 "2024-08-27T15:32:20Z")

</div>

Read the help text for ui\_control node in sidebar and have a go, if you can not work it out, export your effort and i will correct it.

---

<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: [26 September 2024 15:32 UTC](https://discourse.nodered.org/t/refresh-dashboard/90485/5 "2024-09-26T15:32:49Z")

</div>

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