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