Inbound Action: email.body_text and HTML
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2017 07:09 AM
Hello all,
I have an inbound email action set up against the incident table.
I'm populating the 'description' field using this:
current.description = email.body_text;
Standard so far, and I have a number of other inbound actions doing the same thing.
However, in this particular case the description field is being populated with the raw HTML of the inbound email, rather than just the actual text.
Any suggestions on why this might be happening?
Jamie.