Customize executions data
Set and access custom data using the Code node
Set custom executions data
$execution.customData.set("key", "value");_execution.customData.set("key", "value");$execution.customData.setAll({"key1": "value1", "key2": "value2"})_execution.customData.setAll({"key1": "value1", "key2": "value2"})Access the custom data object during execution
Last updated
Was this helpful?