fix(core): Error when multiple nodes return items with multiple paired items (#14883)

This commit is contained in:
RomanDavydchuk
2025-04-28 13:48:53 +03:00
committed by GitHub
parent 9672a6db0a
commit ddb688ba30

View File

@@ -900,7 +900,7 @@ export class WorkflowDataProxy {
return null;
}
})
.filter((result) => result !== null);
.filter((result) => result !== null && result !== undefined);
if (results.length !== 1) {
// Check if the results are all the same