How to add python code

Some authomation with python can come in hande

  1. Locate the Run Python code node and add it to your workplace

  2. There is a single input in this node, make sure that the input's type is set to Python Code

  3. The node will return data assigned to a variable _result . To get data from other nodes use syntax like this: context[{node_id}][{input}]

Last updated