How to paas ritm variables to child ritm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2024 12:37 AM
Business requirement: Catalog item1 Name: Parent
Catalog item 2 name: Child
When request which is submitted for catalog item (parent) is closed, automatically new ritm will be created under catalog item (child). Also, it should copy the variables value which was used to submit the parent ritm.
I have created flow designer that creates child ritm but unable to copy the variable values.
attach screenshot (RITM000014636)- PARENT RITM --> variables in this ritm should be copied in child ritm (RITM000014616)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2024 06:18 AM
Not completely sure whether it will work or now. But you can give it a try
Add a get catalog variables action , With that you will get all the variables values in parent RITM in data pills . Next , create a custom action to add script to set the variable value from the data pills to the child RITM .