msg object" I am not sure where that is and what I need to change to get my msg passed into the Google Geocode node. Is that what I am missing?msg.location.address - Address to be sent to Google in order to be converted to a set of coordinates. (Required if using Geocode by Address)--
http://nodered.org
---
You received this message because you are subscribed to a topic in the Google Groups "Node-RED" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/node-red/XooJ1BbK57s/unsubscribe.
To unsubscribe from this group and all its topics, send an email to node-red+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jowe deliberately chose the opposite course of action... If someone specifies something in the edit box then we assume they did so for a reason... allowing the msg to override it will provide unexpected behaviour... as the user will say "I said to do this and it did something else"... if left blank then the msg properties can set it. This is the way round we have it for all the core nodes.
--
I tend to use the UI values for initial testing, and then go on using msg
runtime values. And often forget to empty UI fields. And sometimes
i use them for default values. Find it handy, but realize it can be harder
to go back later and understand the flow details. Have some tidying up to do :-)
-jo