- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 01:11 AM - edited 02-23-2023 01:17 AM
Hi,
I'd like the description field of the incident form to be auto populated based on the body of the email which the incident is created from.
How do I go about this?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 02:09 AM
Hi @JordyZ
you can write below code in inbound email
current.description = email.body_text;
If my answer solved your issue, please mark my answer as ✅Correct & 👍Helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 03:23 AM
Hi @JordyZ ,
1. This can help to get know about all fields of inbound action:
Please mark helpful and accept solution if it helped you.
Regards,