Hello,
In my workflow I have the following values:


And with these different values, I would like to perform a percentage calculation in a new variable like this:
100 * outputs('Message') / variables('Nombre_place_Nantes'))
But I don't know how to do that 😞
I have try like this :
float(100 * outputs('Message') / variables('Nombre_place_Nantes'))
But it doesn't work 😞
Can you help me please ? Thank you in advance !