# Pass over msg.payload to html

**URL:** https://discourse.nodered.org/t/pass-over-msg-payload-to-html/14828
**Category:** Developing Nodes
**Created:** [27 August 2019 17:07 UTC](https://discourse.nodered.org/t/pass-over-msg-payload-to-html/14828 "2019-08-27T17:07:29Z")
**Posts on this page:** 1
**Showing post:** 8

<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: [27 August 2019 18:05 UTC](https://discourse.nodered.org/t/pass-over-msg-payload-to-html/14828/8 "2019-08-27T18:05:21Z")

</div>

Ah ok. So...

You'll have to store the value somewhere ready for the GET request. Connect your morbus output to a change node and set a flow variable e.g. flow.data from msg.payload[0]. That will keep a copy.

Next add a http in and out node with a change node between them setting msg.payload from flow.data.

---

_[View the full topic](https://discourse.nodered.org/t/pass-over-msg-payload-to-html/14828)._
