Hi All,
We have a simple Survey 123 form set up, that is launched from a pop-up window in the web map. Pop up window contains a text, which in fact is a hyperlink.
In the URL we have set up some parameters, one of them is an info from selected feature (owner of the pop-up).
It all works fine, when filling up the form on the web version. However when submitting edit via Survey 123 App on a tablet, this particular filed is being truncated.
Both, the source layer and target layer for this info, have Codes (01,02) set and labels.
Source layer is a String(256), target is String (10). If the code is 01 and 02, I would expect to "fit" in 10 character space but it looks like the URL's parameter tries to insert an actual label.
Below is our URL:
arcgis-survey123://?itemID=xyz:PARENTDUCTID={GlobalID}&field:FUNCTION_={FUNCTION_}
Does any one had similar issue?