I have a flat table from a survey that is conducted by clients.
I want to aggregate this data at the end of the month and send it to various staff that has had a survey submitted by our clients for their work.
I’ve aggregated this data accordingly which produces a list. The aggregated results may differ based on how many surveys get submitted for each staff member that helps our clients.
I have also generated a basic email template using the “HTMLReportGenerator” transformer. However, I’m having a hard time iterating through the list populate the HTMLReportGenerator. I’m looking to email each staff member their survey results from the month.
Any help or guidance on this matter would be much appreciated.
Thanks