|
POST
|
Hello @AndrewVitale, We have a defect logged where unfortunately at the moment the Survey123 Field App has an issue trying to open individual forms. Please feel free to reach out to Esri Technical Support and they will be able to attach you to the defect so you can track the status of the issue.
... View more
10-12-2021
10:20 AM
|
1
|
0
|
1469
|
|
POST
|
Hello @MartinLy, Under the settings for your survey in the Survey123 website there is a webhooks section, if you select the edit button for the webhook is Existing record edited selected as a trigger event?
... View more
10-12-2021
10:06 AM
|
0
|
0
|
1114
|
|
POST
|
Hello @PamelaLandy, I had tested on my end and I also see records I had deleted remain in my Oracle Enterprise Geodatabase even through they don't exist in the feature class / feature service. This seems to be on the ArcGIS Enterprise to Enterprise Geodatabase connection as Survey123 is correctly deleting the features from the feature service. I would suggest reaching out to Esri Technical Support and they will be able to assist with troubleshooting the behavior.
... View more
10-07-2021
01:24 PM
|
1
|
0
|
943
|
|
POST
|
Hello @CarissaPhantom, Unfortunately, at the moment viewing images in the inbox requires an online connection. We have offline support in our backlog and hope to support editing images while offline in the future.
... View more
10-04-2021
03:13 PM
|
2
|
1
|
3050
|
|
POST
|
Hello @JaredPilbeam2, Step 3 is going to be the column in your CSV that matches the value you will be typing in your survey. In your case it will be the Company column as that is the column you are searching for your value. Step 4 is where the pulldata function is going to obtain that lookup value. In your case its going to be ${company} as you want to pull the company that was entered in the Survey123 survey and using dollar sign curly bracket notation is how you reference other Survey123 questions. Please use this link for more information on the pulldata() function. As a side note if you would like a drop down of choices based on what people type in, instead of using a text question I would suggest making all the companies a choice list and use a select_one question type with the autocomplete appearance to search for a choice and then let the user select their choice.
... View more
10-04-2021
03:01 PM
|
1
|
2
|
5448
|
|
POST
|
Hello @RafaelCelaya, If you are applying a filter to a field in a repeat we have an issue logged regarding this error. We are working on a fix for the issue, in the meantime please feel free to reach out to Esri Technical Support and have them attach you to BUG-000143323 to track progress on the issue.
... View more
10-04-2021
02:00 PM
|
3
|
1
|
18354
|
|
POST
|
Hello @OrrinBabcock, Feature layer views can only be created on hosted feature services and cannot be created on feature services that reference an Enterprise Geodatabase. There is an ArcGIS idea requesting the ability to create views in your organization on non hosted data. Since ArcGIS Online/Enterprise cannot create views based on non hosted services Survey123 also cannot create nor manage views on non hosted services. If you want to create a view of your non hosted data I would suggest either republishing the feature class from your Enterprise Geodatabase to your organization, or creating a view in your Enterprise Geodatabase and publishing that as a service in your organization. If you want Survey123 to submit to that view you would need to update the submission URL in your XLSForm to the URL of the new feature service. Please use this link for more information on what the Fieldworker and Stakeholder views are used for in ArcGIS Survey123.
... View more
10-01-2021
04:35 PM
|
0
|
0
|
1469
|
|
POST
|
Hello @ScottLehto3, Please use this link for more information on getting started with JavaScript functions in ArcGIS Survey123. To edit a feature service your JS function will need to send an applyEdits request. I would suggest using a web debugging proxy like Fiddler to look at the applyEdits request that Survey123 sends when submitting data. From there you can download an API development program called Postman to test formatting and sending applyEdits requests to your feature service. Once you have that set up and it's working as you would expect Postman has a fancy feature that allows you to copy the request as a code snippet and one of the options is JavaScript XHR which is what you will need for your Survey123 JavaScript function.
... View more
10-01-2021
04:23 PM
|
0
|
0
|
985
|
|
POST
|
Hello @JohnHuillery1, This can likely be accomplished using a JavaScript function. When you select a choice in a repeat and pass that question into your JavaScript function it will be in an array. What you can probably do is hard code an array of all your choice list values in your JS function and then compare the array of selected values to the full array and then return the values that do not have matches. Please see this link for a potential workflow that can help achieve this.
... View more
10-01-2021
04:07 PM
|
1
|
1
|
1720
|
|
POST
|
Hello @AlanVenneman1, I don't know much about web scraping, since the URL is going to be mostly the same for all features (https://survey123.arcgis.com/surveys/xx....xx/data?objectIds=<objectID>) you can probably use openpyxl a python module that ships with the ArcGIS API for Python to loop through each row and concatenate the URL with the object ID of the current row the loop is working with.
... View more
10-01-2021
03:58 PM
|
1
|
1
|
1491
|
|
POST
|
Hello @KristenMeier, Are you adding fields in a repeat? If so we've had a known issue about adding fields to a repeat that was resolved in our 3.13 release of ArcGIS Survey123. If you upgrade your Survey123 Connect install to 3.13 and try republishing the issue should not persist.
... View more
10-01-2021
03:35 PM
|
1
|
0
|
2645
|
|
POST
|
Hello @Ming, You will need a feature service associated with the survey there isn't a way around that. To achieve your end goal you may be able to embed your survey in your application using the Survey123 web app JavaScript API. You can use the setOnFormSubmitted event to call a function that submits the data to your MySQL database. This event will provide your handling function that may contain multiple features as it will include the parent form and any repeats as separate features which mirrors the table structure in your feature service. Please use this link for the Survey123 web app JS API documentation. Please refer to our Extending ArcGIS Survey123 Dev Summit presentation for more information on the JS API. Thank you, Zach
... View more
10-01-2021
10:04 AM
|
0
|
1
|
2065
|
|
POST
|
Hello @ECarson, Please see the ArcGIS Enterprise support section of this Esri Community blog for what's required to work with reports in ArcGIS Enterprise. The main requirements are your ArcGIS Enterprise organization needs to be accessible over the internet so that the Survey123 report API can communicate with the organization, and the organization cannot be configured with Integrated Windows Authentication (IWA). Thank you, Zach
... View more
10-01-2021
09:28 AM
|
0
|
0
|
1208
|
|
POST
|
Hello @SeguimientoESRI, Are you seeing this error during the post install of the Survey123 website, or have you completed the post install and you are seeing this error when trying to access the website from another machine? Please use this link for reference regarding the post install workflow. Thank you, Zach
... View more
10-01-2021
09:21 AM
|
0
|
0
|
1329
|
|
POST
|
Hello @AndersVannfalt, ArcGIS Survey123 uses attachment keywords to associate what image corresponds to what image question in the form. Please use this link for more information on attachment keywords and how to identify them. What probably happened was the keyword for your attachment changed at some point (potentially modifying the XLSForm for the survey) which is why the new images work because their keywords match what Survey123 is expecting but the old images may have a different keyword that does not match. The link posted above discusses how the keywords can be updated manually, the process of updating the keywords can also be automated using a Python script which we have a notebook that does update attachment keywords. The issue with our notebook that we have is it's geared towards a specific workflow in ArcGIS Enterprise and the way it runs now would not work for your scenario as it takes the name of the image and uses that as the keyword. Your images probably have the different keywords in their name so the notebook the way it's currently configured would do nothing some modification would need to be done to the notebook in order for it to work in your scenario. Thank you, Zach
... View more
10-01-2021
09:12 AM
|
0
|
0
|
1083
|
| 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 |
3 weeks ago
|