# How to input message and display it

**URL:** https://discourse.nodered.org/t/how-to-input-message-and-display-it/19580
**Category:** General
**Created:** [26 December 2019 03:18 UTC](https://discourse.nodered.org/t/how-to-input-message-and-display-it/19580 "2019-12-26T03:18:49Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![KELVINHAN95](https://avatars.discourse-cdn.com/v4/letter/k/90db22/32.png) [@KELVINHAN95](https://discourse.nodered.org/u/KELVINHAN95)
#### Post date: [26 December 2019 03:18 UTC](https://discourse.nodered.org/t/how-to-input-message-and-display-it/19580/1 "2019-12-26T03:18:49Z")

</div>

![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/f/f21cb788d2fd92de2c1333a38eb8f1255ceeff42.png)

Hi, I need help to create a flow for the one highlighted in yellow.

Basically, when my guy click on the "stop", first a pop up message will as, ARE YOU SURE? Then, If my guy click "yes" to the previous output, another pop up will appear and he must type a reason. Then he have to click "ok". And the message he type will be the payload.

Thanks,  
AN AMATEUR NODE RED PROGRAMMER.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [26 December 2019 07:27 UTC](https://discourse.nodered.org/t/how-to-input-message-and-display-it/19580/2 "2019-12-26T07:27:35Z")

</div>

Assuming you are using node-red-dashboard (which may not be the case in which case ignore this) then start by looking at the dashboard notification node.

---

<div class="post-metadata">

### Author: ![KELVINHAN95](https://avatars.discourse-cdn.com/v4/letter/k/90db22/32.png) [@KELVINHAN95](https://discourse.nodered.org/u/KELVINHAN95)
#### Post date: [26 December 2019 08:56 UTC](https://discourse.nodered.org/t/how-to-input-message-and-display-it/19580/3 "2019-12-26T08:56:57Z")

</div>

Yeah, I am using node red. Lemme check and see.
