I need to collect SUM of one field (Length) on five different feature classes. I set up an iterator in model builder which goes through all the feature classes to Summary Statistics. The problem is the output table only contains the SUM value of the last feature classes. I was hoping the table to have all five SUM values for each class.
This is how my builder model looks like along with output table showing only one row:

Any ideas how to populate all five values?