- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 12:22 PM
Hello ServiceNow Community,
I'm currently facing a challenge with a requirement and would appreciate your guidance.
Requirement: I need to create a Requested Item (RITM) when two specific emails are received in the system. The emails are as follows:
- Subject: Testing VPN - I
- Subject: Testing VPN - II
Upon receiving both of these emails, I want to automatically generate an RITM. Additionally, I need to map certain fields, such as "Assigned to," "Assignment Group," and "Short Description" to the email subjects. The body of both emails should be mapped to the RITM description.
Approach: I've explored using inbound actions and flows, but I'm unsure about how to set the conditions, especially for the second email and get both email bodies to set the description of the RITM.
Alternatively, if not possible to create the RITM after receiving the second email then in that case only I'm open to suggestions, such as creating the RITM after receiving the first email and updating it with the information from the second email.
If anyone has experience with a similar scenario or can provide guidance on the best approach, I would greatly appreciate your insights.
Also let me know if you need any more insights from my end.
Thank you in advance for your help!🤗
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 05:38 AM
Hello @Robin007 -
To achieve this you have to create flow designer:
1. You can use trigger as Inbound email to start the flow when a email with the subject "Testing VPN - II" is received.
2. Next, within the actions section, use a lookup record operation on the sys_email table to retrieve the first email record, apply condition as the subject contains "Testing VPN - I" and Created on Today.
3. Then create record action to generate a RITM and in the description field you can add body text from inbound action > Email Record > Body Text and from Look Up record > Email Record > Body Text.
Please refer below screenshot for your reference.
Please Mark ✅Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.
Thanks,
Pratiksha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 09:35 PM
Hello @Robin007 -
Thank you so much for your kind words!
I'm thrilled to hear that my response was helpful to you and that it exceeded your expectations.
No need to apologize for the delay; I'm just glad I could assist you in meeting your deadline.
If you have any further questions or need assistance in the future, please don't hesitate to reach out. I'm here to help!
Regards,
Pratiksha 😊
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 10:59 PM
Can anyone please help or suggest me any way to achieve the above requirement.
Thanks in advance😀,
Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 05:38 AM
Hello @Robin007 -
To achieve this you have to create flow designer:
1. You can use trigger as Inbound email to start the flow when a email with the subject "Testing VPN - II" is received.
2. Next, within the actions section, use a lookup record operation on the sys_email table to retrieve the first email record, apply condition as the subject contains "Testing VPN - I" and Created on Today.
3. Then create record action to generate a RITM and in the description field you can add body text from inbound action > Email Record > Body Text and from Look Up record > Email Record > Body Text.
Please refer below screenshot for your reference.
Please Mark ✅Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.
Thanks,
Pratiksha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 12:21 PM
Hi Patiksha,
I hope this message finds you well!
I wanted to extend a huge thank you for your exceptional support with my recent question. Your response worked like a charm and exceeded my expectations. I apologize for the delay in expressing my gratitude; last week was incredibly hectic, but your assistance truly saved the day. Your timely help allowed me to meet my deadline, and I couldn't have done it without you.
Once again, thank you so much for your expertise and understanding!🤩🙌
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 09:35 PM
Hello @Robin007 -
Thank you so much for your kind words!
I'm thrilled to hear that my response was helpful to you and that it exceeded your expectations.
No need to apologize for the delay; I'm just glad I could assist you in meeting your deadline.
If you have any further questions or need assistance in the future, please don't hesitate to reach out. I'm here to help!
Regards,
Pratiksha 😊