Processing CSV file for Bulk users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2025 10:35 AM
Hi All,
I've a requirement, to add users in bulk, to a DL. The request is being submitted via catalog item and end users will attach a CSV file with user details like First name, last name and email Id. There is a flow developed to process this, which will read the csv file and set's the Flow variables (First name, last name, emailId) for each User in the csv file and creates user record in one of the custom table. But, the flow execution status shows as "Presumed interrupted", while csv file has more than 1K records.
Please let me know if there any other approach to achieve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2025 12:30 AM
Hi
I have tackled a similar requirement and you can do the following - once you have the file, attach it to a data source and then fire the data source with the respective transform map.
Best regards,
Boyan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2025 12:37 AM
does it always stop at particular iteration?
Why not use data import capability and handle the user creation?
check this
Episode 17 - Import data through multiple excels and using flow designer
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
06-02-2025 02:38 AM
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