Updating a RITM Variables inside of a Flow

Tyler Johnson
Tera Expert

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. 

2 REPLIES 2

Zach Koch
Giga Sage
Giga Sage

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.

ZachKoch_0-1719579687825.png

 

 

ZachKoch_1-1719579705389.png

 

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!

vishakhayadav24
Tera Guru

Hi @Tyler Johnson 

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