The Function node allows you to add JavaScript within your flow. The function node has access to the {msg} object from the previous node and anything it returns will pass along as the {msg} object.

The function node also supports:

For Example:

433

Will send this message to the next node.

337

You can even use MomentJS within the function node!

355

Or use conditionals and much more!

353

Sample Flows

https://app.octoblu.com/bluprints/import/aef6c835-e01f-42bc-addb-9a136712d54f


Did this page help you?