- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-13-2021 02:00 PM
I have created a simple subflow with an input type of array.string:
Is this type not an array of strings? Perhaps I'm misunderstanding it or forgetting something obvious. I then have a For each logic action so I can loop through this array of strings:
And within the loop I'm simply attempting to print to the log:
When I go to test I enter a test value for just one array element:
When I look at the runtime value it appears to be null as if I never provided a value for this array element.
How can I test the input type of Array.String?
Solved! Go to Solution.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-14-2021 07:34 AM
Seems you need to refer this blog for help
Using list collector in Flow Designer 'For Each loop' by converting string into array of string
Regards
Ankur
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-13-2021 07:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-14-2021 07:34 AM
Seems you need to refer this blog for help
Using list collector in Flow Designer 'For Each loop' by converting string into array of string
Regards
Ankur
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-14-2021 08:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-14-2021 09:27 AM
Welcome.
Please remember to mark blog as helpful and also bookmark if that helped.
Regards
Ankur
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader