We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Get Lookup Select Box value in Flow Designer

ray evans
Tera Guru

Hi

 

UPDATE - I have retrieved the value using 

/var lab = fd_data.trigger.request_item.variables.allocate_asset_tag_serial_number.getDisplayValue();
return lab;
 
However, this returns the display name because that's what the variable displays - can I retrieve the asset tag in Flow designer as preference is to have the variable showing display name

 

 

 

Asset select box:

rayevans_0-1682279662424.png

Model Category

rayevans_1-1682279702042.png

 

11 REPLIES 11

Hi @Ankur Bawiskar 

 

This gets the value but I'm still getting the error saying "Value of field record is not a GlideRecord"

 

rayevans_0-1682349579964.png

 

ray evans
Tera Guru

I may need to reconsider my approach here as the select lookup box is affecting another variable which is hidden unless the asset meets a condition(field not empty and doesn't contain a specific value) , where it must be changed - allocate_asset_tag_serial number was initially a reference field until I started messing around with dependent variables and now this hidden variable knows that it it not empty but can't read the value