- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2020 11:56 AM
Requirement is to create a different RITM with a different Catalog Item but attach it to the same Request that triggered the flow. Meaning the first RITM creates a different RITM on the same request.
Need to update the variable values of the newly created RITM through the flow, but there seems to be no way to update variable values of an existing RITM using OOTB Actions. Any insights will be highly appreciated.
Solved! Go to Solution.
- Labels:
-
flow designer
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2020 02:43 PM
It wouldn't because I'm only allowed to use existing out of the box actions. But I was able to set the variables on the RITM by looking up relevant records on sc_item_option_mtom and sc_item_option tables where the variable values for the RITM are stored and updating the values.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2020 12:11 PM
Have you looked at the "Get Catalog Variables action"? This may be the way to go based on sc_cat_item and the requested item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2020 12:21 PM
Yes, I did look it up but the 'Get Catalog Variables' action does not fit the need. Need an action similar to 'Set Catalog Variables'.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2020 12:30 PM
Then, does this approach work in your case? You already have the requested item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2020 02:43 PM
It wouldn't because I'm only allowed to use existing out of the box actions. But I was able to set the variables on the RITM by looking up relevant records on sc_item_option_mtom and sc_item_option tables where the variable values for the RITM are stored and updating the values.