Hello,
I have the following formula...
Round(mul(div(sub(outputs('Compose_6'),outputs('Compose_7')),5),3),1).
The portion mul(div(sub(outputs('Compose_6'),outputs('Compose_7')),5),3) works fine; however, when I add Round or RoundUp, I receive the following error...
Unable to process template language expressions in action 'Compose_5' inputs at line '0' and column '0': 'The template function 'Round' is not defined or not valid.'.
Can someone see my error?