- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2025 07:29 AM
Hello,
I created a workflow that needs to check all user on my user list and update a table.
It works when i have a single user selected, but when i have more than one user it only runs the first user.
How can i fix my workflow to see all the user listed?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 09:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2025 07:46 AM
Check out the documentation here: https://www.servicenow.com/docs/bundle/yokohama-build-workflows/page/administer/flow-designer/concep...
Can you send a screenshot of the flow execution to see what's happening?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2025 07:53 AM
so the workflow only see the first user listed, if i have more than 1 it will run for the first one only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2025 08:30 AM
if the count is correct, the for each would iterate all but you will be able to see only the 1st and last iteration
it's OOTB and you can change it via system property but in docs it says property is deprecated
"com.snc.process_flow.reporting.iteration.lastn"
Flow Designer system properties
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2025 08:11 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader