This component provides an efficient way to split large JSON arrays into smaller, dynamic-sized chunks, making it perfect for batch processing in OutSystems. It’s built with flexibility in mind — the structure of your JSON can be dynamic, and even if it’s wrapped (like { "EntityName": { ... } }), the component automatically unwraps it.
{ "EntityName": { ... } }
It outputs a list of JSON strings, each string representing a chunk, making it easy to deserialize in OutSystems as a List of Text, and then into records or structures for further processing.