Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Expression Set Aggregation Step Input

Input representation of an aggregation step in an expression set.
Root XML tag
<ExpressionSetAggregationStepInput>
JSON example
1"aggregation" : {
2"aggergatedParameter" : "v1",
3"aggregateFunction" : "Sum",
4"expression" : "SUM ( v2 )"
5}
Properties
Name Type Description Required or Optional Available Version
aggergated​Parameter String Expression set version variable that’s present on the right side of the aggregation step. Required 58.0
aggregate​Function String Aggregation function of the expression set.

Valid values are:

  • Avg
  • Max
  • Min
  • Sum
Required 58.0
expression String Expression that’s present on the left side of the aggregation step. Required 58.0