How to convert the reference field value in display value in flowdesigner for MRV's (Multi row varia

jaiho_rai
Kilo Sage

Hi Team, 

There is an issue when I tried to use the MRV , MRV have variable referncing the sys user table ,

When I tried to get the data it was updating only sys_id , I tried given details in community but those were not working .

 

Please suggest.

6 REPLIES 6

LearnUseThrive
Mega Sage

Sharing a screenshot of the flow may help, but first perform a lookup on the sysid of the record. References in Flows don't seem to work properly unless you look it up by sysid first.  Then reference that prior step and specify the field to get the display value. 

Hi,

I tried to replicate the via flow variable 

by 

var namDisplay = fd_data._1__get_catalog_variables.mrv ;
return namDisplay;

jaiho_rai_0-1711720914927.png

 

You don't have a lookup record by sysid step. First perform a lookup by the sysid. Then reference the record from the prior step to update the record.

But those are the MRV's(Multi row variable ), so how it would be done ? @LearnUseThrive