I am using the mobile editor for this workflow.
I have a workflow to generate a random number between 2 values.
To generate the value, the user clicks on a button.
However, the first time I click, it generates a number.
On the second click it miscalculates the formulae and gives a value of 0 to one of my variables.
I have decomposed the formulae calculation in pieces to see what was going on.
You will see, in the attached video, that the first number is the generated random value (between 0 and 1).
Every other click on the button, value a-b is evaluated to 0 (zero).
See Youtube Shorts here: https://youtube.com/shorts/mh2jcvfpMRg?feature=share


