Novunex Community

Forum Why does my email subject display #[MyEntity.]?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #515
    Lilian
    Participant

      Hey,

      I was building a process, including an Email activity.
      When sending the email, the subject displayed, “Reminder: #[MyEntity.Title]”.
      As seen in the picture, I used Reminder: #[MyEntity.Title]

      Why could this be?
      Did I make a mistake within the configuration?

      Thanks in advance!

      • This topic was modified 1 year, 8 months ago by Lilian.
      Attachments:
      #518
      Dani
      Participant

        Hi Lilian,

        To display it correctly in the Email you need to write the text as a string and connect the attributes via +.
        It should look like this: ‘Reminder: ‘ + #[MyEntity.Title]

        Best regards,
        Dani

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.