How can I auto populate a Related List with a Record using Flow Designer?

Su522
Kilo Sage

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

1 ACCEPTED SOLUTION

Peter Bodelier
Giga Sage

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.

View solution in original post

2 REPLIES 2

Peter Bodelier
Giga Sage

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.

Su522
Kilo Sage

@Peter Bodelier 

That worked! Thank you!!