Sendmail record template of another form

Sendmail record template of another form

I'm aware this works in deluge

  1.     sendmail
  2.     (
  3.         To       :  email
  4.         From     :  zoho.adminuserid 
  5.         Subject  :  input.Subject_field 
  6.         Message  :  input.Message 
  7.         Attachments : template:Invoice as PDF, file:input.Date_of_Event.Planning_Form
  8.     )
I would like to know if I can attach a record summary template from another form in this script. I am already attaching an uploaded file from another form with 
  1. file:input.Date_of_Event.Planning_Form
I have tried 

  1. Attachments : template: fetch_record.Invoice as PDF
But this doesnt work