How to extract the value of the 'to' field from an email message header?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Enju
    Senior Member
    • Apr 2018
    • 134

    #1

    How to extract the value of the 'to' field from an email message header?


    Hello,
    How to extract the value of the 'to' field from an email message header using formula? I try to use below formula but it doesn't work:
    Attached Files
  • lazovic
    Super Moderator
    • Jan 2022
    • 955

    #2
    Hi Enju,

    It is possible, starting from EspoCRM v9.1, to extract the value of the to field of an Email record. Example for the Formula Sandbox: output\printLine(to);

    Comment

    Working...