Efficiently Managing Custom Arrays of Objects

Mario Preciado
Tera Contributor

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

SanjivMeher
Kilo Patron
Kilo Patron

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.