The "Collection to JSON" action is not going to do what you need as it returns a JSON array of objects in [{..}, {..}, {..}] whereas you need and array of arrays [[..], [..], [..]]. You could use the existing VB code in the "Utility - JSON" object as...