interface ExecuteCommandNodeParameters { command?: string; executeOnce?: boolean;}
readonly command?: string
The command to execute Type options: {"rows":5}
readonly executeOnce?: boolean
Whether to execute only once instead of once for each entry Default: true
The command to execute Type options: {"rows":5}