Reading the values from List Collector in Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 11:51 AM
Hello,
The requirement is as below:
I have a catalog item with a list collector where we are selecting multiple project codes. Each Project code has a different project manager and once the request is submitted the Project Manager afflicted with that project code needs to get an approval.
What I am trying to achieve:
1- I have created the Lookup Records and passed on the List Collector variable from the form and filter the selected records
2- Using for each to go through the values from the Lookup Records
3- Using an if condition within the For each to check the Project code selected and set the approved based on the code selected
for some reason this is not working. For each is reading the first value from the list collector but not the second one.
- Harsha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2024 04:31 AM
Hi @harsha005 ,
Here is an article that you can refer to https://www.servicenow.com/community/developer-blog/using-list-collector-in-flow-designer-for-each-l...
Thankyou