I'm using the following formula and my flow runs fine, but when I save it as an app, I get a formula parse error at character 5.
Stock Past Month is a valid header, the first thing I tried was to use the "columns and constants" option to insert it, so I know the issue isn't trailing spaces or an incorrect spelling.
Any thoughts on what this could be?
if ([Stock Past Month] > 0 and [Stock Current Month] > 0) then 0
elseif ([Stock Past Month] = 0 and [Stock Past Month] = 0) then ([Annual Demand]/12)
else ([Annual Demand]/24) endif