Adding more than two parameters to a workflow calcuated field

I’ve started using workflow calculated fields to be able to add up to a total price in one of my modules I made, but through tinkering with workflows I find that I’m only able to use two parameters in the {add()} function.

Example:
I have 5 fields which I would like to add up to a total, if I use:
{add({P0}; {P1}; {P2}; {P3}; {P4})}

only P0 and P1 will be added together. Is there a way that I can add them up using workflow?

Have a look here

thank you! I was able to complete the rest of my calculations with this answer

1 Like