function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ben Merton 17Ben Merton 17 

Visual Flow to replicate set

I am trying to create a summary of child records (NOT A ROLL UP) by replicating the set function used in a trigger.

In the child record, I have 
Name:
Attribute:
Amount:

I am looking to loop through all of the child records and sum up the Amount for where the Name and Attribute are the same, and then trigger the result into a parent record.

Is there any Flow workaround for this?