This step is helps you retrieve Rollups results (Count, Sum, Average, Max and Min) on the fly on output parameters of the Workflow Activity. It's based on one input Parameter with a Fetch XML, where you can set a Dynamic Value (for the parent filter), or just create an open FetchXML.
For using this activity you must access here and select Rollup Functions:
Then, you must set the FetchXML parameter:
The full params description is:
- FetchXML (required) : The FetchXML Query
Output Parameters:
- Count
- Sum
- Average
- Max
- Min
Dynamic Query from Parent record: In the FetchXML, you can set a dynamic value for the parent record using the TAG "{PARENT_GUID}" like I show in the following image:
Value for Calculations: For calculations, I use only the first Attribute on the FetchXML query. This attribute must to be a number or money Attribute.