|
POST
|
Hello @Aguirre_WOG, This issue is logged as BUG-000147248 the issue is the search() appearance automatically sends your current access token when requesting a feature service. This causes the behavior observed because the service you are referencing is located in an ArcGIS Enterprise organization and you are currently authenticated with an ArcGIS Online organization. What happens is when Survey123 sends your ArcGIS Online token to the ArcGIS Enterprise service ArcGIS Enterprise recognizes that the token is not one of it's token and rejects the request as invalid. There are a few options to work around the issue: - If you are the owner of the ArcGIS Enterprise service either don't share the service publicly, or if you need the service public create a view of the service and don't share that publicly. Then add the service as an item in your ArcGIS Online organization and store credentials for the service. Share that ArcGIS Online service publicly and reference the ArcGIS Online REST endpoint in the search() appearance. - If you are not the owner of the ArcGIS Enterprise feature service export the feature service as a file geodatabase and upload the file geodatabase to your ArcGIS Online organization to create a new hosted feature service in ArcGIS Online. Then reference the REST URL for the ArcGIS Online hosted feature service.
... View more
05-31-2022
01:59 PM
|
4
|
0
|
3271
|
|
POST
|
Hello @Operativo_GISRTM_GIS, ArcGIS services store time in UTC on the back end, when you are exporting your data you are seeing the UTC timestamp. Please see these Esri Community threads for workflows on adjusting the time to account for this: https://community.esri.com/t5/arcgis-survey123-questions/time-is-different-after-export-results-from-web/td-p/1011640 https://community.esri.com/t5/arcgis-survey123-questions/record-time-in-correct-time-zone/td-p/768018 https://community.esri.com/t5/arcgis-survey123-blog/dates-and-time-in-survey123/ba-p/895528
... View more
05-31-2022
01:38 PM
|
1
|
0
|
1088
|
|
POST
|
Hello @SusanMathai, Please check out this Esri Community thread for some troubleshooting steps.
... View more
05-20-2022
03:44 PM
|
0
|
0
|
758
|
|
POST
|
Hello @Andrew-Bowne, If your attachments were not attached to the record using Survey123 (if they were attached using Field Maps or a Web Map) they will not have any keywords associated with them. Survey123 uses attachment keywords to associate what attachments correspond with what image question. If the attachments don't have keywords then Survey123 does not know how to correctly map the images. Seeing the images display under "Attachments" for the record is a tell-tale sign that they don't have keywords. Please see this article for one way of updating the records to create keywords for the attachments. We also have a Python notebook for automating the process of updating attachment keywords, but the limitation with this with your data is you will need to assign the same keyword for all attachments (the keyword is the name of your image question)
... View more
05-20-2022
03:43 PM
|
0
|
2
|
6471
|
|
POST
|
Hello @GrantZ, If they try changing the display scale to something lower does that make a difference? For example if their display scale is 150% if they switch to 125% does it display?
... View more
05-20-2022
03:33 PM
|
0
|
0
|
1464
|
|
POST
|
Hello @mapmcburney, We have ENH-000130967 logged to officially support publishing hosted tables, that being said there is a workaround that will let you create a hosted table on survey publish. To do so you will need to add a geopoint question to your form and set it to null under the bind::esri:fieldType. After you publish your survey for the first time you would just remove the geopoint question and then republish. Alternatively the answer to your second question is yes you can create surveys based on existing hosted tables.
... View more
05-20-2022
03:28 PM
|
0
|
1
|
2341
|
|
POST
|
Hello @JaredRyan1, If you are looking for this to be offline you will need a CSV that has what county each zip code is in. Ex. zip county fips state 92373 San Bernardino CA06071 CA 92223 Riverside CA06065 CA From there you can use a pulldata() function to populate the information. If this is an online survey then you can do a point in polygon lookup either using a JavaScript function or the search() appearance.
... View more
05-19-2022
04:29 PM
|
0
|
1
|
2228
|
|
POST
|
Hello @JodiHeitkamp, You would likely need another Webhook that uses the Google Sheets connector as the trigger action that then uses the HTTP connector to send an applyEdits request to your ArcGIS feature service.
... View more
05-19-2022
02:29 PM
|
0
|
0
|
765
|
|
POST
|
Hello @ByronTsang, One alternative workflow you can use is use a calculate question to store the once calculation, then set the relevancy based on the calculate question. For example: type name label calculation relevant select_one yes_no example2 Example select_one question note example4 Example 4 once(${example2}) text example3 Example 3 ${example4}='yes'
... View more
05-19-2022
02:22 PM
|
0
|
0
|
1477
|
|
POST
|
Hello @OlivierBaudry, Please see this documentation for recovering the data from the device and sending it from the desktop version of the Survey123 field app.
... View more
05-19-2022
02:09 PM
|
0
|
0
|
860
|
|
POST
|
Hello @DiegoBrenes1, You can use the pulldata() function to populate the information. Please see this Esri Community blog for implementing the pulldata() function. Depending on where your table is stored will impact how the pulldata() function is implemented. If your table is in your ArcGIS organization it will need to be linked to your survey, if your table is a local file on your computer then it will need to be a CSV that is stored in the media folder for the survey.
... View more
05-19-2022
02:05 PM
|
0
|
1
|
1586
|
|
POST
|
Hello @AvonleaKeenen, If you are using a newer version of Android Google has been locking down access to app specific files for security. A couple of options are: - Connect your device to a PC and use File Explorer to navigate to the directory - Use a file manager that can obtain access to hidden files on the device
... View more
05-18-2022
10:15 AM
|
0
|
0
|
1344
|
|
POST
|
Hello @chrisvdw @Katie_Clark, Since images in surveys that reside in the Sent folder are stored in the My Survey Attachments folder, when a survey is copied to a new survey the images are not copied in order to ensure image files are preserved in the original survey and no name space issues occur in the My Survey Attachments folder. The workflow noted above of browsing to the images and uploading them will ensure that the images are provided a new unique name and won't cause any namespace issues in the My Survey Attachments folder. To edit answers within the repeat in the Inbox and Sent folder you will need to specify query allowUpdates=true in the bind::esri:parameters column of the XLSForm.
... View more
05-18-2022
10:01 AM
|
2
|
3
|
3444
|
|
POST
|
Hello @Anonymous User, Would you be able to pass along the XLSform for your survey for reference? A few things to check: - Is the Existing Site Assets section in a repeat? If so that section will need the repeat tag around it. - Is leave_trees the exact name of the question in the survey? - If you create a sample template what is set for that question in the template?
... View more
05-17-2022
07:00 PM
|
0
|
1
|
2465
|
|
POST
|
Hello @AvonleaKeenen, There is a database located at device_name\Internal shared storage\Android\data\com.esri.survey123\files\ArcGIS\My Surveys\Databases if you copy that database to a different location then delete and reinstall the app and redownload the survey. Then copy the database back to that file location overwriting the one that's already there and all the sent surveys should be back.
... View more
05-17-2022
06:05 PM
|
0
|
2
|
1356
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-04-2026 03:20 PM | |
| 1 | 05-22-2026 03:26 PM | |
| 1 | 02-27-2026 02:55 PM | |
| 6 | 12-17-2025 01:51 PM | |
| 1 | 11-04-2025 02:14 PM |
| Online Status |
Offline
|
| Date Last Visited |
06-16-2026
04:41 PM
|