- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 06:51 AM
I have a Flow that triggers from a Service Catalog
The Flow Creates a Change Request
On the RITM (that gets created from the ordered Catalog Item) how can I auto-update the RITM's Related List for "Change Request" to add the change request that my flow created?
I'm currently trying a FD Script Action but it is not working
See attachments.
Please help!!
Thank you,
Susan
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 07:27 AM - edited 10-06-2023 07:28 AM
Hi @Su522,
A related list is not more then a record in a table. So you could use a Create Record Action, to create it, and use the change in the appropriate field.
Edit:
Only now saw your screenshot.
No need to create a record, but fill in the requested item in the parent field of the change.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 07:27 AM - edited 10-06-2023 07:28 AM
Hi @Su522,
A related list is not more then a record in a table. So you could use a Create Record Action, to create it, and use the change in the appropriate field.
Edit:
Only now saw your screenshot.
No need to create a record, but fill in the requested item in the parent field of the change.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 08:16 AM
That worked! Thank you!!