I'm using an email template in a workflow. I need ...
# suiteflow
c
I'm using an email template in a workflow. I need to reference a workflow field in the template. What would the syntax look like?
m
I don't believe this would be possible. you could try using ${record.[fieldid]}, where you use the field id from the workflow field, but I doubt it would work
I think you would need to create a custom field on your record, then use a set field value action to set the value from your workflow field. then you could use it in the email tempalte.
c
Thank you. I went for the custom field on the transcation. That seems to be working.