I am wondering if it is possible to aggregate list entries (and their numerical fields) based on matching values. The objective is to consolidate the number of entries in the list. I could pull the existing entries prior to pushing a new value then push the value with the new field totals, however this would cause zero-time dips in the list's content tracking. Any ideas are appreciated.