I have two fields - a rollup field with 3 integer values and a currency field with a single value.
I want to divide the currency field by each value in the array to, hopefully, get a new array that includes the output of each calculation.
This seems ...