aggregating values and excluding items from workPerDate
I'm stuck, and I need some help.
I've got a Custom API Call module that pulls assignments for a particular user for a specific task date range--I'm most interested in the workPerDate entries for these assignments. My test scenario yields 6 assignments and a total of 14 workPerDate entries:


My goal is twofold--I want to (1) exclude the entries prior to 5/26 (i.e., 5/23, 5/24, 5/25); and (2) total the minute values for the remaining entries (in other words, I'm trying to get assigned time for the 5/26-5/30 work week).
Could someone please provide some guidance on how to approach this? I've been playing around with different iterate and aggregate modules, as well as array functions, all without luck (at one point I managed to aggregate the values for a single date, but that was about it).
Thanks in advance.


