
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2020 12:39 AM
Hi all,
Just playing around a bit with Inbound Email Flows. To get a feeling for moving from Inbound Actions to Inbound Email Flows. Setting up an Inbound Email Flow works pretty quick, Incoming mail is processed, no worries.
Though…
What about parsing the email body? With Inbound Actions you could use something like "current.body.number", "current.body.something", to get the value on a line in your email body after for example "Number: ", "Something: ", etc..
How to achieve this with Inbound Email Flows?
I tried using for example:
fd_data.trigger.body.number;
fd_data.trigger.body_text.number;
Only this just returns null.
Any ideas? Or is it just like this does not work for Inbound Email Flows and you would need to parse the whole body_text or body?
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2020 09:56 AM
Also with Paris no proper solution for this. Or solution... stick with old school Inbound Actions.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2021 11:48 AM
Thanks Jonah! Worked perfectly!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2022 08:43 AM
Hopefully Mark doesn't mind me hijacking the post! But hopefully we can shortcut folks reading through the whole thread and catching up on YEARS of R&D and rabbit holes.
We're now at Tokyo version and there's still no PURELY OOB way of doing this.
Luckily via Flow Actions we have the ability to build the capability.
TLDR; Ben Scherer put up a custom flow action on share that parses email bodies. Its on SHARE called "parse email bodies"
I made a video for how to put it all together.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2023 02:40 PM
having loads of problems trying to get this flow action working with a different parsing situation. my format is: <br><firstlast@domain.com>: host mx2.domain.iphmx.com[68.232.135.188] said: 550<br> #5.1.0 Address rejected. (in reply to RCPT TO command)<br>
and that's repeated multiple times for multiple reject messages. we're trying to automate looking up the user accounts of these rejected emails to more efficiently disable notifications due to lags in our user provisioning process. any help getting the parsing script working would be much appreciated! I think maybe I need to switch the output variable from name/value pair to something else as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2024 08:04 AM
How to set reference fields with this? I have assignment group as (Assignment Team: On-Premises Infra)