Flow Designer Look up records - output

Adam M
Tera Contributor

I have an action Look up records from the alm_asset table, and want to output the list of simple display names into a Create Catalog Task action I have.  Right now it outputs the sysid in the description, I would like to have the display name value listed instead.

1 REPLY 1

Kristen Ankeny
Kilo Sage

Inside your flow, define a flow variable of a type string. Then, after the "look up records", add a for each loop. Loop on the found records. Inside the for each loop, add a set flow variable. Configure this to use a script, capture the current value of the flow variable, add on the current found record's name. You should then be able to assign the flow variable to your created catalog task action.