Unable to set reference field on RITM using flow designer

pardhiv
Tera Contributor

I Have a custom field on RITM Referring to "alm_hardware" . Whenever a hardware is created in the flow designer, I need to set the field on RITM with the record created.

I am unable to do that using "Update record" step.

 

find_real_file.png

 

 

 

find_real_file.png

4 REPLIES 4

Allen Andreas
Administrator
Administrator

Hello,

If you're trying to set the Asset(HW) field on the RITM using the newly created record from your create record action, then you'd drag that appropriate pill from the right-hand side menu to this RITM field.

You don't need to dot-walk anywhere.

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

-O-
Kilo Patron
Kilo Patron

Is Asset(HW) a glide_list?

vkachineni
Kilo Sage
Kilo Sage

Since the Created Hardware Record is in If block and you are trying to update it outside, it will not let you select the record.

As a workaround

 

Create a flow variable to store the reference of the created record

in your case it will be reference type alm_hardware

find_real_file.png

 

find_real_file.png

 

 

In the flow after you create the hardware, set the flow variable to the hardware record.

find_real_file.png

 

 

Later in your update record, you can select the record from the variable

find_real_file.png

Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Vinod Kumar Kachineni
Community Rising Star 2022

Allen Andreas
Administrator
Administrator

Hi,

If you add your "update requested item record" action below the "create hardware record" within your if, then flow logic section...you can access the record from the "9 - Create Record" menu on the right-hand side. That was what I was referring to previously.

find_real_file.png

If you're unable to also update RITM in that same path, and need to do it later, then please refer to other replies for possible solution.

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!