From the top of my head - I cannot experiment at the moment:
What if you apply the map function to the array you created via array aggregator? The first param would be the array, second param would be ‘column_values’.
This results in an array of arrays.
On this array you then call the flatten method to flatten the array of arrays.
On this array you call again the map method. First param the array, second param value, third param id, fourth param auto__km_