Single email for all records

I have a Slice created for all students that have missed class for the past 10 days. I have been able to create an email to send to the parents saying that their child has missed more than 10 classes. What I would like is to send the administrator a single email with all the students and parent info. In one PDF perhaps?
I have been reading but havenโ€™t seen how to do this. Can someone please point me in the correct direction?
I am guessing that its something in the template?

Thanks,
Flan

Solved Solved
0 5 135
1 ACCEPTED SOLUTION

The error message is pretty self-explanatory. START needs a List of Refs. Youโ€™ve only provided it a single non-List value. Try to change
<<START: [Student_id]>>
to:
<<START: slice-name[student_id]>>

Related:

View solution in original post

5 REPLIES 5
Top Labels in this Space