I have a database being utilized in Field Maps as a base / master layer. I am using Survey123 to create a maintenance history by referencing the master layer from Field Maps. The referencing ID is the "Serial Number". In some instances we have Serial Numbers with symbols leading the ID. When the symbol occurs there is no data transferred into the Survey123 maintenance dataset, also any field following are blank. Is there a work around for this or a solution? The symbols are necessary and right now we are just going back and backfilling the data.
It sounds like you are using a custom URL scheme to launch Survey123 from ArcGIS Field Maps pop-up. A field in your URL has values with special characters, which is then truncating the URL.
You likely need to add an expression to the layer in the Web Map to URL encode the field, and then replace the field with the expression in your custom URL. The common example is when values contain spaces.
https://developers.arcgis.com/arcade/function-reference/text_functions/#urlencode
Yes, I am using a custom URL scheme to launch Survey123 from Field Maps pop-up. The Serial Number field has a " ' " in it, this is the symbol that is causing the issue. I have added the URL encode expression to the layer in the web map but the symbol is still truncating the URL. Below is the expression I used.
You are missing the serial number field in the expression. Your expression would only return the itemID.