Lookup Records Action on Flow Designer - Convert sys IDs to display values (fd_data._1__look_up_records.records)

StefanoZ
Mega Sage

Hi All,

On Flow designer, I'm currently getting a bunch of sys IDs using Lookup Records action as output.

After that I would like to display all of those records as Display values (fd_data._1__look_up_records.records ) then use that data to update a Description of Task but what I'm getting every time is an array of sysIDs with comma delimiter.

What is the proper way to shows Display Values in this case?

4 REPLIES 4

Maik Skoddow
Tera Patron
Tera Patron

Hi

you could use a Flow variable to concatenate the outputs within a for-each-loop based on the Lookup Records action. 

See https://docs.servicenow.com/en-US/bundle/sandiego-application-development/page/administer/flow-desig... for more information.

Kind regards
Maik

I used For Each function then used Lookup Record to get what I was searching for

Hi,

Is this question resolved?

If so, please mark an answer as correct to close this thread.

Thank you.

Adam M
Tera Contributor

Can you provide your example?