- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 06:37 AM
Good Day everyone,
i have this list collector in my Service Catalog that will ask users to enter in User names on it.
From this i would like to have my flow designer to collect these people and for each person create a catalog task and assign it to those people
so far i have this and is not working
i am getting the catalog variable from the form and then looking up the record on the user table
but in the for each item it only allows me to select the Get Catalog Variable and not the look up variable
When i test it, the For Each Item shows 0 records.
what can i do?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 07:11 AM
Per SN, you'll need to "create a custom action that uses a string as the input, parse the string into an array, then outputs the array to be used in the For Loop. "
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0793340
Here's an example on how to do that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 07:11 AM
Per SN, you'll need to "create a custom action that uses a string as the input, parse the string into an array, then outputs the array to be used in the For Loop. "
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0793340
Here's an example on how to do that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 07:50 AM
it doesnt seem to work
the variables doesnt appear to have been entered into the custom action i created
here is the custom action:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 12:28 PM
In the end this post helped alot and is now working
TYVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 08:32 AM
@Peter Williams can you share what did you do, I have similar kind of requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 08:35 AM
I read the link Mike_R did and followed their steps and got it to work