I have a requirement to cumulatively-validate 3 integer fields, the sum of which shouldn't be greater than 10. This simple requirement sounded eminently achievable via an in-form 'calculate' or 'hidden' field included in the XLSForm, and attempts at using both seem to work with Connect (-which we are using in order to write to our own feature class). However, when published and tested in a Survey123 web app, the validations never trigger. I have added the calculation field to my feature, and have also ensured that I have set column bind::esri:fieldType to either smallInt or null (-it wouldn't publish without my doing that latter). None of these steps seem to cause the field to be validated in the web app. Is there a restriction to behaviours of these field-types in the web app ? Or: do they only work if initially added VIA the web designer ?