I've a form with an exclusive gateway that contains two outputs. The gateway checks to see if a grand total for a form is above or below a supervisor's spending limit. The logic for the outflow paths is as follows
Name: Above Spending Limit Path Condition: /dataset/GrandTotal>/dataset/Spending_Limit_Supervisor
Name: Below Spending Limit Path Condition: /dataset/GrandTotal</dataset/Spending_Limit_Supervisor
The problem is that it's not working like it should. For a recent form, the data for GrandTotal was 60, and the data for Spending_Limit_Supervisor was 5000, yet the path the form took was the Above Spending Limit one. Has anyone else encountered this type of problem, and if so, might you have any suggestions as to why it isn't working?
Thanks,
Michael