fix(Summarize Node): Not dealing with null values properly (#13044)

This commit is contained in:
Ria Scholz
2025-02-12 08:09:38 +01:00
committed by GitHub
parent f2e35869c1
commit 9324e4ffe6
3 changed files with 347 additions and 6 deletions

View File

@@ -146,7 +146,7 @@ export class Summarize implements INodeType {
default: false,
displayOptions: {
show: {
aggregation: ['append', 'concatenate'],
aggregation: ['append', 'concatenate', 'count', 'countUnique'],
},
},
},