Select to view content in your preferred language

Survery 123 Mobile App vs. Web App

221
6
Jump to solution
3 weeks ago
KatherineScheip
Emerging Contributor

Good day. I am having an issue in which my Survey 123 mobile app works and the Survey 123 web app does not. My Survey was created in Connect. The web app does not add the lat long points into the table as the mobile app does. Referencing the following table, all lat and longi attributes are missing from the information I entered with the web app. Lat and Longi appear for all those records I entered with the mobile app.

KatherineScheip_0-1763397449838.png

Here is a screen shot of my XLXForm. 

KatherineScheip_1-1763397500218.png

A copy of my csv:

KatherineScheip_2-1763397581658.png

I am stumped as to why there would be a difference in the two? Any assistance would be greatly appreciated!

-Katie  

 

 

 

0 Kudos
1 Solution

Accepted Solutions
JenniferAcunto
Esri Regular Contributor

The browser is much stricter with syntax than Connect. Typically when something works in Connect but not the browser it is likely a syntax issue. The CSV with the coordinates you are pulling use Proper case (Lat, Longi). Your formula for pulling the coordinates reference those fields as lower case (lat, longi). Change your calculations so they exactly match your field names. 

- Jen

View solution in original post

6 Replies
abureaux
MVP Frequent Contributor

Your CSV looks wrong. Not sure how it's working at all right now, honestly. 

CSVs require a name and label column. I'm just seeing a Label column there.

0 Kudos
KatherineScheip
Emerging Contributor

I created a name column. Unfortunately, that did not solve the web app v mobile app issue. 

0 Kudos
abureaux
MVP Frequent Contributor

any chance you can share the CSV and XLSX?

0 Kudos
KatherineScheip
Emerging Contributor

I private messaged you. Thank you so much for being willing to look into this!

0 Kudos
JenniferAcunto
Esri Regular Contributor

The browser is much stricter with syntax than Connect. Typically when something works in Connect but not the browser it is likely a syntax issue. The CSV with the coordinates you are pulling use Proper case (Lat, Longi). Your formula for pulling the coordinates reference those fields as lower case (lat, longi). Change your calculations so they exactly match your field names. 

- Jen
KatherineScheip
Emerging Contributor

You are absolutely right! That fixed it. Thank you so much for the tip. I am so grateful. 

0 Kudos