Record Summary As PDF on Email for lookup record

Record Summary As PDF on Email for lookup record

Is it possible to include a Record Summary as a PDF in an email if the Record Summary is from a lookup field?

Perhaps by fetching the record and then qualifying the record summary in the email.

Lookup_Record  =  Student_Record  [ID = Iinput.Lookup_Field];

 sendmail
 (
                To       :  input.Send_To
                From     :  zoho.adminuserid
                Reply to :  zoho.loginuserid
                Subject  :  Subject
                Message  :  Email_Body + "<br />\n<br />"
               Attachments : template: Lookup_Record. Record_Summary_Link_Name as PDF
 )