Select to view content in your preferred language

Calculation to open Quick Capture from Survey123 and populate project user input with info from Survey form

95
1
Jump to solution
4 weeks ago
LouiseHarris1
Regular Contributor

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>"

LouiseHarris1_2-1745584899412.png

 

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?

 

 

 

0 Kudos
1 Solution

Accepted Solutions
Neal-Kittelson
Frequent Contributor

First off you need to close your parentheses.

concat("<a href='arcgisquickcapture://?itemId=","c543563e1e8d49c8a3e8a3bc13ac5352","&userInput:002=",${Site_name},"'>QuickCapture link</a>")

View solution in original post

1 Reply
Neal-Kittelson
Frequent Contributor

First off you need to close your parentheses.

concat("<a href='arcgisquickcapture://?itemId=","c543563e1e8d49c8a3e8a3bc13ac5352","&userInput:002=",${Site_name},"'>QuickCapture link</a>")