# Text input + Button

**URL:** https://discourse.nodered.org/t/text-input-button/15058
**Category:** Dashboard
**Created:** [3 September 2019 12:55 UTC](https://discourse.nodered.org/t/text-input-button/15058 "2019-09-03T12:55:20Z")
**Posts on this page:** 1
**Showing post:** 14

<div class="post-metadata">

### Author: ![abhishek](https://avatars.discourse-cdn.com/v4/letter/a/7ba0ec/32.png) [@abhishek](https://discourse.nodered.org/u/abhishek)
#### Post date: [2 February 2021 16:47 UTC](https://discourse.nodered.org/t/text-input-button/15058/14 "2021-02-02T16:47:32Z")

</div>

The problem got solved.

You can view the discussion here:

> [@Receiving data from multiple nodes and uploading it to sqlite database](https://discourse.nodered.org/t/receiving-data-from-multiple-nodes-and-uploading-it-to-sqlite-database/37642):
>
> Hello All, I am making a UI where I need to store the UUID and part number along with the timestamp into an SQLite database. The values are taken from the user input which is numbers. I need to take the value from multiple inputs node and then insert it into the database. Blockquote below is my function node: //MY FN var data=context.get('data')|| {value:""}; // var to get data from a node .. use context.get method var topic=msg.topic; var payload=msg.payload; if (topic=="tagid") da…

Thanks for help !

---

_[View the full topic](https://discourse.nodered.org/t/text-input-button/15058)._
