Transform an array of collections to an array of arrays

I have the output of an array aggregator which is an array with collections in it. Each collection has the following fields: Date, Rate, Amount, Service, Quantity, and Description. I want to transform this data into an array of arrays. The output sub-arrays are the fields in the collections. How can I do this?

Output of the array aggregator:

Hi @Todd_Heiman

you can iterate this array and then use toArray () function in next module.

Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation