Hi there,
Currently through the GUI you can only configure Project User Input as strings. If you edit the json you can convert it from EsriFieldTypeString to EsriFieldTypeInteger and this works ok as long as you actually capture the project user input. If you leave it blank the app tries to submit an empty string "" rather than a null value. This causes the record submission to fail.
I would like it if the project user input could be all possible values including int/double/string/date etc and if it is not filled in then it should submit null rather than "".
Regards,
Marc
Solved! Go to Solution.
In 1.5 of the mobile app (released next month) the app will always submit null values if a userInput is left empty
Further to this, it seems that the app parses 0 in the integer project user input as an empty string as well
Hi Mark,
I'll get this one raised as a bug. The app should only submit nulls if an entered value is empty.
Thanks
John
In 1.5 of the mobile app (released next month) the app will always submit null values if a userInput is left empty