Skip to main content

Script Nodes

The following workflow nodes are configured using scripting. Each node opens a FlowCode Editor where you write your script logic.

NodeInputReturnsDescription
Source Script (Table)NoneTableGenerate tabular data from a script.
Source Script (File)NoneFileGenerate a file from a script.
Source Script (Object)NoneJSON ObjectGenerate a JSON object from a script.
Custom ScriptTable or FileTable or FileTransform data with custom logic.
If-Else ConditionTable or FileBooleanRoute input based on true/false.
Switch CaseTable or FileIntegerRoute input to port 0, 1, or 2.
ConditionTable or FileBooleanPass input forward only when true.

All script nodes have access to the full Scripting API, including Utilities, Context, and Properties.