Consolidate information into one email.
I'm looking for the best way to consolidate information into one email for a scheduled (weekly or monthly) report. I have found using emailAdvanced.js will get me close to what I want, but it sends a user an email for each item. Instead, if the query returns multiple items for the same user, I would like the user to receive only one email. I have also looked at ReportLinkEmail.js, but this script is only allowed to be used as a rule based trigger, and not a scheduled trigger. Does anyone have any recommendations for modifying either of these scripts to do what I want? Are there alternatives that I'm not aware of?

