How do I access who posted the note for the email template?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Russ
    Senior Member
    • Feb 2022
    • 426

    How do I access who posted the note for the email template?

    Hi!
    Trying to pull the name of the person who posted the note, trying this: {{userName}}
    but it is not working
    Please help


  • rabii
    Active Community Member
    • Jun 2016
    • 1250

    #2
    try {{createdByName}} as i know {{userName}} is not available on the email template engine.
    Rabii
    Web Dev

    Comment

    • Russ
      Senior Member
      • Feb 2022
      • 426

      #3
      Originally posted by rabii
      try {{createdByName}} as i know {{userName}} is not available on the email template engine.
      Thanks, I tried:
      {{createdByName}}​
      {{{createdByName}}​}

      {{createdById}}​
      {{{createdById}}​}​

      not working
      any ideas?

      Comment

      • Russ
        Senior Member
        • Feb 2022
        • 426

        #4

        Comment

        • rabii
          Active Community Member
          • Jun 2016
          • 1250

          #5
          Ok try only one bracket {createdByName} or try {post.createdByName}
          Rabii
          Web Dev

          Comment

          • Russ
            Senior Member
            • Feb 2022
            • 426

            #6
            same thing

            Comment

            Working...