Good day
I have a Flow that takes info from Form, enter it in Excel and then I must Initialize 3x variables (because values later on will be multiplied by Fifteen, Ten and Five percent. At first I chose "Type" Integer, but it gave me an error and I changed it to a Type String. The error has now disappeared.

The problem comes at this point where I initialize a variable for another value (Integer) and multiply it with the Fifteen percent.

Please see error: InvalidTemplate. Unable to process template language expressions in action 'mul3KeyRisks' inputs at line '0' and column '0': 'The template language function 'mul' expects its second parameter to be an integer or a decimal number. The provided value is of type 'String'. Please see https://aka.ms/logicexpressions#div for usage details.'.

Can you perhaps help me with the formula in the Compose section?
thank you