mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Summarize Node): Option to continue when field to summarize can't be found in any items (#9118)
This commit is contained in:
@@ -40,6 +40,7 @@ const AggregationDisplayNames = {
|
||||
export const NUMERICAL_AGGREGATIONS = ['average', 'sum'];
|
||||
|
||||
export type SummarizeOptions = {
|
||||
continueIfFieldNotFound: boolean;
|
||||
disableDotNotation?: boolean;
|
||||
outputFormat?: 'separateItems' | 'singleItem';
|
||||
skipEmptySplitFields?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user