Some authomation with python can come in hande
Locate the Run Python code node and add it to your workplace
There is a single input in this node, make sure that the input's type is set to Python Code
The node will return data assigned to a variable _result . To get data from other nodes use syntax like this: context[{node_id}][{input}]
_result
context[{node_id}][{input}]
Last updated 1 year ago