I can’t seem to figure out why this is happening
- Value 1 and 2 are both setup to write to a page variable (The type is a number)
- The output is a formula “MULTIPLY(pageVars.Value1, pageVars.Value2)”
On first load, it has calculated and displayed the correct figure. As soon as I change the values in either input fields, the output text disappears.
Just hoping to be able to edit the 2 fields independently and have the output dynamically update on the fly.