interface ExecutionDataNodeParameters { dataToSave?: { values: { key?: string; value?: string }[]; }; operation?: "save";}
readonly dataToSave?: { ... }
Default: {} Type options: {"multipleValueButtonText":"Add Saved Field","multipleValues":true}
readonly operation?: "save"
Default: "save"
Default: {} Type options: {"multipleValueButtonText":"Add Saved Field","multipleValues":true}