Lookup Records Action on Flow Designer - Convert sys IDs to display values (fd_data._1__look_up_records.records)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2022 05:29 AM
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?
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2022 05:34 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2022 12:25 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2022 04:11 AM
Hi,
Is this question resolved?
If so, please mark an answer as correct to close this thread.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2022 10:16 AM
Can you provide your example?