# Dashboard Dropdown button - how to extract options in the downstream

**URL:** https://discourse.nodered.org/t/dashboard-dropdown-button-how-to-extract-options-in-the-downstream/29427
**Category:** General
**Created:** [3 July 2020 07:20 UTC](https://discourse.nodered.org/t/dashboard-dropdown-button-how-to-extract-options-in-the-downstream/29427 "2020-07-03T07:20:48Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![shanajira](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/shanajira/32/26105_2.png) [@shanajira](https://discourse.nodered.org/u/shanajira)
#### Post date: [3 July 2020 07:20 UTC](https://discourse.nodered.org/t/dashboard-dropdown-button-how-to-extract-options-in-the-downstream/29427/1 "2020-07-03T07:20:48Z")

</div>

hello  
Newbie here  
.I have a simple dashboard based flow.  
It contains a dropdown node, a button, and a python module I do some back ground work and an output debug node.  
My problem is for an injection node (non-dashbooard flow), this sequence works fine.  
For Dashboard's Dropdown, I select various options from the ui frame (localhost:1880/ui).  
I dont see them displayed if I add a debug node right after dropdown menu node.  
nor I can not get them via msg['payload'] in my python module.

what am i missing here?  
any help please?

here is my flow:

Dropdown Menu --\> (On UI page: user will select a bunch, and click submit)

In the node red editor:

Dropdown node --\> Button node --\> to my custom python node

For my custom python i am using node\_red decoarator, which works fine.

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [3 July 2020 09:55 UTC](https://discourse.nodered.org/t/dashboard-dropdown-button-how-to-extract-options-in-the-downstream/29427/2 "2020-07-03T09:55:06Z")

</div>

The `debug` node is your friend! Put a `debug` node (set to display the complete msg object) on the output of the `dropdown` node and another on the output of the `button` node.

Now what do you see?

---

<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: [1 September 2020 09:55 UTC](https://discourse.nodered.org/t/dashboard-dropdown-button-how-to-extract-options-in-the-downstream/29427/3 "2020-09-01T09:55:12Z")

</div>

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