Summary
In the Forms Process Modeler, a gateway's path conditions may incorrectly evaluate numbers contained in single line fields. For example, if the path should be taken when the single line field value is greater than 500, the path conditions will look like this:
/dataset/Single_Line>"500"
Cause
When creating path conditions, Forms automatically places single line field values in quotes, as shown in the expression above. Values in quotes are not evaluated as numbers.
Resolution
If you know the value you're working with is a number, consider using a number field instead of a single line field. If you must use a single line field, manually remove the quotes around the value after inserting the path conditions.