
- 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
‎09-21-2021 06:04 AM
Hi Chirag,
we are in Quebec, is there any new feedback or tools in flow designer that we can use to parse HTML body ?
Thank you
Bch

- 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
‎09-17-2020 11:14 AM
Hi Mark,
I am trying to accomplish similar goal, and run into this post. Is it still the case as of now. I am on Orlando. Also, I would like to trigger REST request by the inbound email in the flow designer. The REST POST request body param value will be fetched from the key value pair in the inbound email body.
Thanks,
Nancy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2021 09:24 AM
Just spent hours on this in Quebec to no avail.
I was hoping maybe the in-line script editor would work, but I'm using the email body to populate catalog variables, and guess which objects dn't have access to in-line editor in flow designer.
😞

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2021 01:52 PM
Haven't tried this yet, but was just searching for this exact functionality and stumbled on this post and this share project on developer...
Parse Email Flow Action - Share | ServiceNow Developers
I may give it a go tomorrow...