diff --git a/nodes/core/logic/17-split.html b/nodes/core/logic/17-split.html index 8cc79ac5c..49b0f4e2c 100644 --- a/nodes/core/logic/17-split.html +++ b/nodes/core/logic/17-split.html @@ -34,6 +34,18 @@
  • array - a message is sent for each element of the array
  • object - a message is sent for each key/value pair of the object. msg.parts.key is set to the key of the property.
  • +

    Each message is sent with the msg.parts property set. This is + an object that provides any subsequent join node the necessary information + for it to reassemble the messages back into a single one. The object has the following + properties:

    +