Efficiently Managing Custom Arrays of Objects
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2024 02:24 PM
How can I efficiently handle and process an array of objects with more than 1000 records in ServiceNow Flow Designer, using only the scripting part, as the data is obtained from a CSV file stored in ServiceNow?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2024 02:34 PM
You can create an action and pass the array of object to it and then use the action to process the record.
Action us where you can add your scripting logic to process records.
Please mark this response as correct or helpful if it assisted you with your question.