I have set up a task which runs daily and sends emails for all the records that satisfies the criteria. I want to send a single email combining all the records selected, instead of sending emails for each record. For example, the task is sending email to admin when record is expired today. Suppose there are 10 records that are expiring today. I do not want admin to receive 10 emails. I want admin to receive one email with all the record detail. Please let me know if this scenario is possible. Thank you!!