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.
Here is a screen shot of my XLXForm.
A copy of my csv:
I am stumped as to why there would be a difference in the two? Any assistance would be greatly appreciated!
-Katie
Solved! Go to Solution.
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.
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.
I created a name column. Unfortunately, that did not solve the web app v mobile app issue.
any chance you can share the CSV and XLSX?
I private messaged you. Thank you so much for being willing to look into this!
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.
You are absolutely right! That fixed it. Thank you so much for the tip. I am so grateful.