Inbound action script help for stripping only computer name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2025 10:16 AM
Hello I need to create an Incident when an Email from xyz is being sent to servicenow , but email might have some computer names which I need to only get those names and set it in Description of Incident ,
Below is the email which we will get and we only want computer names under Problematic BCA clients .
Thanks in advance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 01:48 PM
@RudhraKAM You can build regex here and use match() to retrieve the computer name data.
Doc link for further details.
Thanks
Harsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 06:19 PM
What's the HTML structure behind the email and aside from the count of computer names that might appear is the structure consistent?