- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2023 07:33 PM
Hello there - Can you use Flow design to edit/update a Related list once a request has been submitted?
We have a form that has a variable for users to add their Epic record number. Once the form is submitted, I have been asked to link the Epic record number to the Epic tab in our Related List of the request. Is this possible via Flow? Appreciate any help.
In the request form the Epic number - sample;
Then, can I use Flow to add the Epic number to the related list of the request, here:
This is my Flow so far where I can add the Epic number to the Quick view notes, but customer prefers to add the Epic number to the Epic (Related list):
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2023 09:01 PM
why not.
you just need to update the epic record and update the parent field with RITM sysId and it will start showing in related list
1) Use Update record action and use condition sysId = Variable value
2) then set the field value
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2023 05:02 AM
Hi @Winnie P ,
You need to add one more Update record action for epic table (where record sysid will be taken from your variable) and update parent field on epic with RITM sysid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2023 07:25 AM
I also provided the same approach as 1st response to your question.
Would you mind marking my response as correct as well?
As per new community feature you can mark multiple responses as correct.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2023 12:05 PM
Sure, sorry Ankur I thought you could only accept 1 solution. Regards Winnie.