This is a follow-up question for this post https://community.esri.com/t5/arcgis-survey123-questions/extract-field-and-concatenate/td-p/1163997
The formula in the calculation column of the URL field is correct
concat(string('https://councildocs.dsm.city/rollcalls/')+${InitContrYrRollCallYr},'/'+${InitContrYrRollCallNbr}+string('.pdf'))
This is the preview in Connect's form
But when you view the data in the feature service, the data is different.
That's a text field with 255 characters.
Any ideas why it works in Connect but not in the webform?
Thanks.
You cannot use the + on strings in the web form. You can only use concat. No need for the string() part.
Just concat(string1, string1, ...)
That worked, thanks!
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.