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
MGBC
06/13/2024, 5:28 PM
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
MGBC
06/13/2024, 5:29 PM
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
Carel Vdmerwe
06/14/2024, 9:59 AM
Thank you. I went for the custom field on the transcation. That seems to be working.