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 like an obvious problem to do on an array but I cannot find the formula to perform the task.
Can someone point me in the right direction? I’m brute forcing this and it sucks.




