- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2018 10:14 AM
Example requirement:
- There is a date field on a CI indicating when you need to run a system check on the CI
- I want ServiceNow to check daily if there are any CIs where this date is today
- If yes, create a task for each one of them
Above sounds like a job for Flow Designer so I made a test:
1. Find records with some criteria
2. Loop through all of them
3. Create a record for each
Problem:
The above creates only one record even though in step 2 (for each item) the system finds multiple records.
How to create multiple records then?
Solved! Go to Solution.
- 2,870 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2018 11:07 AM
I think you've added your step in the wrong place. If you click the tiny '+' icon under the 'for' loop and create the same activity does it work? If you've done it correctly you should have an action at order 2.1 instead of 3.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2018 11:07 AM
I think you've added your step in the wrong place. If you click the tiny '+' icon under the 'for' loop and create the same activity does it work? If you've done it correctly you should have an action at order 2.1 instead of 3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2018 11:45 AM
Thanks Mark! This was the issue, now I get multiple records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2020 11:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 04:25 PM