I have a pretty complicated self scoring survey123 form, and I'm getting a mismatched brackets error for an equation that seems to not have mismatched brackets.
1/(1+(pow(2.718,(10*(${InletPerchLow}-0.5))))
When I change to the following, I get an unexpected beginning of path.
1/(1+pow((2.718,(10*(${InletPerchLow}-0.5)))))
Any advice would be great!