Hi,
I'm learning a little bit of flow, and I can't multiply a couple of data entered by the user.
I enter the data as a number, and use the mul('number','number_1') function but it returns an error indicating:
the template language function 'mul' expects its first parameter to be an integer or a decimal numbre. The provided value is of type 'String'
can you help me?
Thanks!