@Tom_Hudock you could check the following two approaches:
- Using an iterator and then change the format of each of the values after the iterator, which changes it for each value of the array. After doing that, use an aggregator. This costs a good amount of operations (+1 for each value in the array), though.
- Transform an array of objects