--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/938de04e-689a-4395-b9d0-6148daf48e18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,that screenshot shows your payload is an array of objects.To reference the element you've pointing at, you would use msg.payload[0].num_adoptedNick
On 27 June 2017 at 21:09, 'Sebastian Ditz' via Node-RED <node...@googlegroups.com> wrote:
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/bd8949ee-f50c-4fb0-bb97-403d3ea6a67c%40googlegroups.com.
There is nothing to configure in the Split node if you are passing in an array.If you pass that message to the Split node, it will send a message for each of the elements in the msg.payload array. The payload of each of those messages will be an element from that array.What output do you want?
You right. Thats exactly what i want to do.
I will try that.
To switch node:
So switch node dosent split the payload into diveded payload it more like a Filter?!
Thx
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send an email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/676addb6-b548-46a8-a1d3-52ca408550e4%40googlegroups.com.
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/f4e7824d-ad1b-46b6-8ac0-9559fd5e181a%40googlegroups.com.