# \[SUGGESTION\] a node "ring that brings them all together 🧙"

**URL:** https://discourse.nodered.org/t/suggestion-a-node-ring-that-brings-them-all-together/41306
**Category:** Feature Requests
**Created:** [19 February 2021 14:53 UTC](https://discourse.nodered.org/t/suggestion-a-node-ring-that-brings-them-all-together/41306 "2021-02-19T14:53:39Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![SuperNinja](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/superninja/32/5761_2.png) [@SuperNinja](https://discourse.nodered.org/u/SuperNinja)
#### Post date: [19 February 2021 14:53 UTC](https://discourse.nodered.org/t/suggestion-a-node-ring-that-brings-them-all-together/41306/1 "2021-02-19T14:53:40Z")

</div>

I am often embarrassed with the quantity of thread that I have to pull to unite several knots between them.  
Therefore, I suggest a knot that lets all kinds of messages pass. I know that we can do it with a Function node which `return msg`, but it is more practical to have it compact and without any parameters.  
 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/f/d/fd13fc981ba3ba8fc07b7f0f17713eb6d5d12914.png)

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [19 February 2021 15:00 UTC](https://discourse.nodered.org/t/suggestion-a-node-ring-that-brings-them-all-together/41306/2 "2021-02-19T15:00:25Z")

</div>

Hi @SuperNinja

this has come up a few times. We have always pushed back because its so easy to create such a node straight from the default palette.

My usual solution is a Change node with its default rule removed. And you can hide the label from the appearance tab of the editor.

---

<div class="post-metadata">

### Author: ![stephenn](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/stephenn/32/66644_2.png) [@stephenn](https://discourse.nodered.org/u/stephenn)
#### Post date: [19 February 2021 17:16 UTC](https://discourse.nodered.org/t/suggestion-a-node-ring-that-brings-them-all-together/41306/3 "2021-02-19T17:16:03Z")

</div>

What about this?

> **[node-red-contrib-noop](https://flows.nodered.org/node/node-red-contrib-noop)**
>
> A no-op (passthru) node for node-red.

---

<div class="post-metadata">

### Author: ![SuperNinja](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/superninja/32/5761_2.png) [@SuperNinja](https://discourse.nodered.org/u/SuperNinja)
#### Post date: [19 February 2021 18:08 UTC](https://discourse.nodered.org/t/suggestion-a-node-ring-that-brings-them-all-together/41306/4 "2021-02-19T18:08:50Z")

</div>

I note, thank you

---

<div class="post-metadata">

### Author: ![SuperNinja](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/superninja/32/5761_2.png) [@SuperNinja](https://discourse.nodered.org/u/SuperNinja)
#### Post date: [19 February 2021 18:09 UTC](https://discourse.nodered.org/t/suggestion-a-node-ring-that-brings-them-all-together/41306/5 "2021-02-19T18:09:20Z")

</div>

I will be satisfied with this tip 😉

---

<div class="post-metadata">

### Author: ![Urs-Eppenberger](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/urs-eppenberger/32/28_2.png) [@Urs-Eppenberger](https://discourse.nodered.org/u/Urs-Eppenberger)
#### Post date: [19 February 2021 19:11 UTC](https://discourse.nodered.org/t/suggestion-a-node-ring-that-brings-them-all-together/41306/6 "2021-02-19T19:11:45Z")

</div>

Just checked my flows, to see if I can beautify them with the hints.  
Found that I'm using the link nodes to get rid of too many lines.  
Or sometimes I send the messages to the MQTT broker, if I think this is general useful information in the data tree and subscribed at various other places.  
But I see your point.

---

<div class="post-metadata">

### Author: ![SonoraTechnical](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/sonoratechnical/32/20033_2.png) [@SonoraTechnical](https://discourse.nodered.org/u/SonoraTechnical)
#### Post date: [24 February 2021 23:33 UTC](https://discourse.nodered.org/t/suggestion-a-node-ring-that-brings-them-all-together/41306/7 "2021-02-24T23:33:20Z")

</div>

That is really 'one node that rules them all'... Thanks for sharing. I have a few places for that...

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [24 February 2021 23:54 UTC](https://discourse.nodered.org/t/suggestion-a-node-ring-that-brings-them-all-together/41306/8 "2021-02-24T23:54:28Z")

</div>

I cant tell if you are joking or not? 😃

You know you can just use a build in node e.g. a change node (remove its entry) or a function node with `return msg` in it?

![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/5/e/5ed5faff0075a792071fab2cc13b1a7c10f7ab36.png)

---

<div class="post-metadata">

### Author: ![SonoraTechnical](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/sonoratechnical/32/20033_2.png) [@SonoraTechnical](https://discourse.nodered.org/u/SonoraTechnical)
#### Post date: [25 February 2021 00:03 UTC](https://discourse.nodered.org/t/suggestion-a-node-ring-that-brings-them-all-together/41306/9 "2021-02-25T00:03:55Z")

</div>

well I was having fun... with the LoTR reference...

However, I will admit I didn't know about applying a change node in this manner. thanks for the tip.

That said... I like the NOOP node... upon looking at it I will know automatically that there is nothing hidden inside of 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 April 2021 00:04 UTC](https://discourse.nodered.org/t/suggestion-a-node-ring-that-brings-them-all-together/41306/10 "2021-04-26T00:04:17Z")

</div>

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