- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2023 10:28 AM
Hi All! I would appreciate some help from anyone. I have a flow that triggers on an inbound email, and I use some values from the email record to populate a catalog item and it's variables, also attaching the attachment from the email. My Use Case is the following. Address1 (not SN based User) sends an email to Address 2 (Has user record in SN). Address 2 forwards to Address3 (Servicenow Instance Mailbox) - This triggers the flow to create a Catalog Item. There is a requirement to parse the body of this forwarded email for Address 1. How could this be done easily in flow? Thanks for the help!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2023 12:48 AM
I solved the issue, thanks for the recommendation anyway! The solution was using regex to look for emails in the body, and capture that as a scripted action output. The hard part was figuring out which email from the trail we need to capture.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2023 11:32 AM
Akos,
Why? If it is to create a user record for address 1 there are easier ways.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2023 11:42 AM
Hi! I do not want to create a User ID, I want to use that email address as a variable in a request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2023 12:48 AM
I solved the issue, thanks for the recommendation anyway! The solution was using regex to look for emails in the body, and capture that as a scripted action output. The hard part was figuring out which email from the trail we need to capture.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2025 11:32 PM
can you please explain like how you extract variable value from email body in FLOW.