I have created a Survey123 form and want to launch quick capture from it and for a project user input to be populated with information from the survey form. I found the following link and used the calculation from it but it doesn't work.
Launching QuickCapture from Survey123 - Esri Community
My calculation is
concat("<a href='arcgisquickcapture://?itemId=","c543563e1e8d49c8a3e8a3bc13ac5352","&userInput:002=",${Site_name},"'>QuickCapture link</a>"
I get an error saying
Invalid calculate for the bind attached to "${Link1}" : Mismatched brackets or parentheses in expression.......
Can anybody help me resolve this please?
Solved! Go to Solution.
First off you need to close your parentheses.
concat("<a href='arcgisquickcapture://?itemId=","c543563e1e8d49c8a3e8a3bc13ac5352","&userInput:002=",${Site_name},"'>QuickCapture link</a>")
First off you need to close your parentheses.
concat("<a href='arcgisquickcapture://?itemId=","c543563e1e8d49c8a3e8a3bc13ac5352","&userInput:002=",${Site_name},"'>QuickCapture link</a>")