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