Updating a RITM Variables inside of a Flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2024 10:23 AM
Using A Catalog Item Flow I Currently have a situation where if a record is not found a user can fill out separate values on a form then the flow should auto create that record in the table. After the record is created I'm trying to update a separate RITM variable with this new referenced value before it proceeds to the next step. I'm stuck on trying to get the Variable inside the current RITM to update with the new value. Is this possible? Any help would be greatly appreciated.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2024 06:01 AM - edited ‎06-28-2024 06:02 AM
Yes, with your RITM value, you can go to the sc_item_option_mtom table to look up the records associated with your RITM. It will have two reference fields, one to your RITM, one to the variable and its value saved on that RITM. You can make updates to the Variable value there. Here are some screenshots of what I am referring to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2024 06:06 AM
sc_item_option_mtom this table stores all the variable associated with RITM, you can use lookup action in flow designer and can update the variables value.
Thank you!
Vishakha Y