# How to make a created node's property accept dynamic (msg) values

**URL:** https://discourse.nodered.org/t/how-to-make-a-created-nodes-property-accept-dynamic-msg-values/61305
**Category:** Developing Nodes
**Created:** [14 April 2022 18:59 UTC](https://discourse.nodered.org/t/how-to-make-a-created-nodes-property-accept-dynamic-msg-values/61305 "2022-04-14T18:59:36Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![joaquim.braga](https://avatars.discourse-cdn.com/v4/letter/j/779978/32.png) [@joaquim.braga](https://discourse.nodered.org/u/joaquim.braga)
#### Post date: [18 April 2022 19:22 UTC](https://discourse.nodered.org/t/how-to-make-a-created-nodes-property-accept-dynamic-msg-values/61305/4 "2022-04-18T19:22:37Z")

</div>

Ok so I implemented the second sugestion (TypedInput Widget) and I just wanted to leave some extra information and useful links for people with less experience (such as myself) who are trying to implement this.

[This](https://discourse.nodered.org/t/typedinput-widget/6894) link has a minimal example of the TypedInput Widget's use.

To understand the .js part of this example and how the input is treated differently depending on the selected type, the documentation for the [evaluateNodeProperty](https://nodered.org/docs/api/modules/v/0.20.0/@node-red_util_util.html#.evaluateNodeProperty) function of the RED.util utility helped me a lot as the example provided above does not use the msg type specifically, which needs an extra parameter in the evaluateNodeProperty function (the msg object itself).

@dceejay Thank you for the very fast and concise response which helped achieve exactly what I wanted to do.

---

_[View the full topic](https://discourse.nodered.org/t/how-to-make-a-created-nodes-property-accept-dynamic-msg-values/61305)._
