Function
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:
- Lodash
- MomentJS
For Example:
Will send this message to the next node.
You can even use MomentJS within the function node!
Or use conditionals and much more!
Sample Flows
https://app.octoblu.com/bluprints/import/aef6c835-e01f-42bc-addb-9a136712d54f
Updated less than a minute ago