Just updated from 9.5 to 10.0.13
Now I’m getting these two syntax errors on formula fields:
1. Invalid syntax for field formula: ROUND({{{appointments}}} / ({{{scheduleRate}}} * {{{showRate}}})) . SyntaxError: Expected “(” or x0C
x0B - ] but "*" found.<br>2. Invalid syntax for field formula: <b>ROUND({{{vulnerableCallers}}}*{{{$Model.AgCompleteInitialPregAppointments.data.0.scheduleRate}}})</b>. SyntaxError: Expected "(", ".", x0C
x0B - ], a-z0-9_], or ]a-z] but ")" found.<br><br><br>I made the formulas bold to make them easier to see.<br><br>Seems like there might be a problem with multiplication inside ROUND()?