This topic contains 5 replies, has 0 voices, and was last updated by michoel 7 years, 11 months ago.

  • Author
    Posts
  • #10360

    ssilveri77

    I am using a workflow field to store the “old” value. I then want to use it in an email

    {custworkflow_sv_list_price} is the workflow field name. When I put it in an email, it just shows the name as if it does not recognize it as a variable.

    How can I use it?
    This is a cached copy. Click here to see the original post.

  • #10361

    k_dunc

    Hmm, sounds odd. When you look at your record, under System Notes > Workflow History (or Active Workflows), can you see that this field is set and contains the value you’re after?

    Just BTW, what email type are you using: ‘Use Template’ or ‘Custom’? Are other fields working correctly?

  • #10362

    michoel

    Looks like you are missing the ‘$’ sign, it should be ${custworkflow_sv_list_price}

    http://freemarker.org/docs/dgui_temp…insertion.html

  • #10363

    k_dunc

    Hi Michoel,

    I think you’re right, only if the email that ssilveri77 created is an Email Template I believe. I think if it’s a Custom email (i.e., created within the Workflow Action), then this is not required.

  • #10364

    ssilveri77

    I am using custom. The $ is not needed as other fields work okay. Yes I can see the changed value under system. I am setting it from old. This does not appear to work on custom item fields. I can use the state field and it seem to be okay.

  • #10365

    michoel

    Originally posted by k_dunc

    View Post

    I think you’re right, only if the email that ssilveri77 created is an Email Template I believe. I think if it’s a Custom email (i.e., created within the Workflow Action), then this is not required.

    Ok, I stand corrected.. I typically use Email Templates

You must be logged in to reply to this topic.