We have a form that has a collection (can add up to 10 invoices in one form submission) and we are trying to format the gateway with this logic: if any of the amounts in the collection is <1000, then route to the approved email step but if it is =>1000, then route to the VP Approval step. The below screenshot shows how we have this set up and it works correctly if only one invoice is submitted in the form, however, if multiple invoices are submitted, the workflow terminates for some reason. How can I get this to work? "AP" is the name of the collection.