We are using JS to make calculations of the population output in an Approval activity for a financial institution. Is there a reference I could use defining how to create these calculations in the JS of ACC?
each calculation from JS you can assign to instance variable and print it in Approval node. If you have it too many then you should iterate through results.
There is not such documentation but you can use general functions explained here: link and you will need some JS knowledge.