|
POST
|
Hello @ZGutknecht, Thank you for confirming! Unfortunately Survey123 only supports using locators to search in the map. I've created an issue internally to enhance the map capabilities to use the feature/table search configured in a linked web map. Please feel free to log an idea in the ArcGIS Ideas page and/or log a case with Esri Technical Support and they will be able to log an official Enhancement to support the workflow. Thank you, Zach
... View more
07-16-2021
01:57 PM
|
0
|
0
|
758
|
|
POST
|
Hello @SarahPC, I would suggest reaching out to Esri Technical Support and they will be able to help troubleshoot the issue to narrow down what's happening. Survey123 sends a queryRelatedRecords REST request when accessing the related records in the inbox. I'm thinking the error is coming from the server side. Sending the request outside of Survey123 would be able to confirm if that's the case. Has this issue started recently? Has the inbox query worked in the past and this behavior came up recently, or has it never worked? Thank you, Zach
... View more
07-15-2021
02:53 PM
|
0
|
1
|
1313
|
|
POST
|
Hello @MichelleTanner, I had just tested with some basic data and was not able to reproduce the same behavior. The syntax should be no different you would just specify the question name with a dollar sign and curly brackets like a normal select_one question. On the data tab in the Survey123 website do you see data for your select_one_from_file questions in the table? Thank you, Zach
... View more
07-12-2021
05:57 PM
|
0
|
0
|
1386
|
|
POST
|
Hello @JimW, If you are still encountering this behavior would I be able to obtain the XLSform that was created when creating the survey? Thank you, Zach
... View more
07-12-2021
05:16 PM
|
0
|
0
|
997
|
|
POST
|
Hello @ZGutknecht, If possible would I be able to obtain a little bit more information on the full use case? Are you looking to search based on a layer within the web map that is linked to your survey? Thank you, Zach
... View more
07-12-2021
05:12 PM
|
0
|
2
|
784
|
|
POST
|
Hello @KerryKang, When you are querying a feature service / layer you can specify if you want to return the geometry or not. When you send the query request to obtain the overlapping parcel polygon's PID you can set returnGeometry to true which will return the vertices for the polygon. Thank you, Zach
... View more
07-06-2021
02:55 PM
|
0
|
0
|
787
|
|
POST
|
Hello @NatashaDakouri-Hild, To edit existing records you will need to use the Inbox in Survey123. Enabling the inbox in Survey123 Connect and republishing your survey will allow you to query existing records from the feature service and edit their attributes. Please use these links for reference regarding the workflow: https://doc.arcgis.com/en/survey123/desktop/create-surveys/prepareforediting.htm https://doc.arcgis.com/en/survey123/desktop/get-answers/editexistingdata.htm https://www.esri.com/videos/watch?videoid=aGTPIzTtbSk&title=survey123-for-arcgis-editing-existing-data-with-survey123-for-arcgis Thank you, Zach
... View more
07-06-2021
09:47 AM
|
0
|
0
|
1283
|
|
POST
|
Hello @Anonymous User, Please check out this Esri Community blog as the ArcGIS API for Python has a method for cloning items between ArcGIS Organizations. This method works really well with Survey123 Surveys. As for changing the owner of the survey are you performing this workflow from the Survey123 website? If so are you an administrator in the organization, and does the person you are transferring the survey to have the appropriate privileges to own content? You could also integrate the ownership transfer in with the Python notebook the Python API team has a good resource that demonstrates the workflow of moving content from one user to another. Thank you, Zach
... View more
07-06-2021
09:30 AM
|
1
|
1
|
2446
|
|
POST
|
Hello @JulianHeilman, You can use an if statement with the selected() function in the repeat to check if a specific choice has been selected and return 1 if it was selected or return nothing if it wasn't selected. You can then use the count() function outside of the repeat to count the number of times 1 was returned from the choice calculation. I've attached a sample XLSForm that demonstrates the workflow. Here is another Esri Community thread that may also be helpful: https://community.esri.com/t5/arcgis-survey123-questions/survey123-count-filtered-by-selected-choice/m-p/862855
... View more
07-02-2021
08:38 AM
|
0
|
0
|
1898
|
|
POST
|
Hello @Brian_Laws, If your ArcGIS Enterprise deployment is configured with IWA you may be running into BUG-000125125. I had tested on my end with the XLSform and CSV attached using an ArcGIS Enterprise deployment with built in authentication and the survey worked. Thank you, Zach
... View more
07-01-2021
12:42 PM
|
0
|
1
|
3999
|
|
POST
|
Hello @TylerDeBruin, Attachments would not be able to be passed along using app links/custom URL scheme. In Survey123 attachments can only be taken using the devices camera, uploaded from the devices file system, or set as default using an image in the surveys media folder. If you are editing existing features I would suggest using the Survey123 Inbox. We have some enhancements regarding editing existing images in the Inbox, and have some of this functionally partially implemented in our current Beta builds available in the Early Adopter Community. Please use this EAC documentation link for more information on viewing and adding image attachments for existing features in the inbox. Thank you, Zach
... View more
07-01-2021
11:32 AM
|
0
|
0
|
1297
|
|
POST
|
Hello @DarcyBird, We believe we have a fix for the old Getting service information in our current 3.13 beta builds that are present in our Early Adopter Community. If you test with the 3.13.160 beta build on EAC that should help get past the getting service information hang. Alternatively depending on how much of a schema change the updates were I would suggest recovering the data from the devices and appending it to the feature service. Here are a few links that may be helpful for the workflow: - https://doc.arcgis.com/en/survey123/desktop/get-answers/troubleshootgetanswers.htm#ESRI_SECTION1_A972F8032F3541B1B1809D81B2D4BED9 - https://support.esri.com/en/technical-article/000024617 - https://github.com/tedrick/ReadS123DB Please feel free to reach out to Esri Technical Support for any assistance in performing the data recovery workflow. Thank you, Zach
... View more
07-01-2021
11:23 AM
|
0
|
0
|
2451
|
|
POST
|
Hello @imrankhadri, If your ArcGIS Enterprise deployment uses IWA you are likely running into BUG-000125125. Thank you, Zach
... View more
07-01-2021
11:14 AM
|
0
|
0
|
1178
|
|
POST
|
Hello @erica_poisson, I would check the Settings tab on the Survey123 website to remove the Dev flow. There may be two webhooks present on the survey and that's why it's submitting to both Either deleting the connection on the survey side, or disabling the trigger events and turning it off should prevent from submitting to the payload URL. Thank you, Zach
... View more
07-01-2021
11:10 AM
|
0
|
0
|
5297
|
|
POST
|
Hello @erica_poisson, There may be a better workflow out there, but the best workflow that I can think of is to export the flow as a zip package and then reupload that package in the new organization. Here is a Microsoft doc link for the workflow: https://flow.microsoft.com/en-us/blog/import-export-bap-packages/ Thank you, Zach
... View more
06-30-2021
09:30 AM
|
0
|
2
|
5307
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 weeks ago | |
| 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 |
2 weeks ago
|