# Problem with custom UI node and replaying data

**URL:** https://discourse.nodered.org/t/problem-with-custom-ui-node-and-replaying-data/49478
**Category:** Dashboard
**Tags:** node-red-dashboard
**Created:** [8 August 2021 10:31 UTC](https://discourse.nodered.org/t/problem-with-custom-ui-node-and-replaying-data/49478 "2021-08-08T10:31:52Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![BartButenaers](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/bartbutenaers/32/10476_2.png) [@BartButenaers](https://discourse.nodered.org/u/BartButenaers)
#### Post date: [8 August 2021 21:47 UTC](https://discourse.nodered.org/t/problem-with-custom-ui-node-and-replaying-data/49478/4 "2021-08-08T21:47:54Z")

</div>

It is already some time ago that I have been using those parameters...

Note that a _ **tab switch** _ works differently, because then the message will be replayed on the client side (i.e. in the dashboard)! See [here](https://discourse.nodered.org/t/msg-replayed-in-ui-node-after-a-tab-switch/25032/4) for more info. While in the other cases the replaying is triggered by the server side of your node ... But that can perhaps explain why replaying the last message only adds a single point???

From another [discussion](https://discourse.nodered.org/t/refresh-ui-node/13921/24) I think that the message is stored in replaymessages (for the current node), as soon as the message arrives in your node. Do I understand correctly that you afterwards replace it by a full history of points (since the last msg only contained a single point?)??

My time is up for today ...

---

_[View the full topic](https://discourse.nodered.org/t/problem-with-custom-ui-node-and-replaying-data/49478)._
