Flow Designer: Unable to use datastream output as input for the next action

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2024 01:04 PM
Hopefully I am missing something obvious here...
I am using an OOTB Datastream with paging to get a list of computer hosts. Part of its output object is a String Array.
I am then trying use the String Array as an input for another Action, but it is not available to select. What am I missing?
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2024 10:45 PM
did you try IDs which is an Array of string?
what input does the Action take?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 09:11 AM
The input action takes array.string, which is the output I am trying to use from the data stream. However, none of the outputs from the data stream are accessible.