I have been looking around for an answer to solve this and tried everything I can come up with, but I am still stuck here..
What I want to do is simple; divide a variable by two.
putting input field 1. a variable set by previous step, 2. 2
This turns out
The app returned "Invalid Syntax: Only numeric values are allowed".
I also tried Spread-sheet style formula as 4.output: 5,000,000/2 and (4.output: 5,000,000)/2, as well as
Quotient(4.output: 5,000,000,2)
any other ideas implement divide by 2??
please help me out...