|
POST
|
Hello @ChristopherCounsell, Are you originally submitting with "No" selected then switching to "Yes" in the Inbox? If so we have the issue where choices with 0 set as the choice name are nulling out on submission reported, please see this thread for more information. I have tested with the XLSForm passed along selecting "No" submitting > reloading in the Inbox, make no changes, resubmit with "No" still selected for all the choices and the values remain.
... View more
12-09-2022
11:01 AM
|
1
|
1
|
2021
|
|
POST
|
Hello @NataliaKaszkowiak, Thank you for reporting this! I've created an internal issue for the behavior please feel free to reach out to Esri Technical Support to log an official BUG for the behavior.
... View more
12-08-2022
02:57 PM
|
2
|
2
|
4406
|
|
POST
|
Hello @RobynSnookCCB, You shouldn't need to use the mode=edit URL parameter if you want to add a new row to the table. You would just need field:parentguid={parent Global ID}. Please see this Tech Support KB article for configuring the workflow with the Survey123 field app, you would just need to modify the URL so that it opens the web app: https://support.esri.com/en/technical-article/000021198 Please see this link for more information on the web app URL parameters: https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm#ESRI_SECTION1_C7595C0E961B41E99B1E9007F306281A
... View more
12-07-2022
09:12 AM
|
0
|
1
|
1681
|
|
POST
|
Hello @NataliyaLys, It may be possible your organization administrators have set an upload limit on the web server hosting the Portal Web Adaptor. If you try zipping the survey folder on your local disk and upload the zip file as an item (you can use Desktop Application Template as a test) are you able to successfully upload the zip file to your Portal content? Another check would be if you have access to an ArcGIS Online organization are you able to successfully publish the survey to ArcGIS Online?
... View more
11-28-2022
05:13 PM
|
0
|
1
|
1202
|
|
POST
|
Hello @RaynerCastro, If you are referring to data collected via Survey123 it's not possible to update the data directly in Excel as the data resides in a feature service. What is possible is downloading the data as an Excel spreadsheet, updating the data there, then appending the data back to the feature service and those changes will be reflected. Alternatively if you would like to edit the data directly you can use ArcGIS Pro, Web App builder, Experience Builder etc.
... View more
11-28-2022
01:06 PM
|
1
|
0
|
1118
|
|
POST
|
Hello @ChristopherKreuter, If you are not planning on sharing your survey publicly you can use a custom JavaScript function to send a request to any API you like and work with the data from the response in your survey. Please see this Esri Community blog and this documentation for more information. We also have a JavaScript sample available in Survey123 Connect that shows how to work with third party API's.
... View more
11-28-2022
01:00 PM
|
0
|
0
|
800
|
|
POST
|
Hello @lannguyentl, There are two types of webhook triggers, Survey123 and feature service both being different in how they are configured. Please refer to these links regarding configuring feature service triggered webhooks: https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/how-to-create-a-hosted-feature-service-webhook/ https://developers.arcgis.com/rest/services-reference/online/web-hooks-feature-service-.htm Please refer to these links regarding configuring Survey123 triggered webhooks: https://doc.arcgis.com/en/survey123/browser/create-surveys/webhooks.htm https://community.esri.com/t5/arcgis-survey123-blog/getting-started-with-survey123-and-integromat/ba-p/895638 https://community.esri.com/t5/arcgis-survey123-blog/automating-workflows-with-survey123-and-microsoft/ba-p/896149 If you are configuring your webhook through the Survey123 website or using the Survey123 connector in Integromat/Make you are using a Survey123 triggered webhook. As for the ArcGIS API for Python the methods you are referencing are for a feature service triggered webhook and not a Survey123 triggered webhook. At this time there is no support for configuring Survey123 triggered webhooks through the ArcGIS API for Python. If it were to exist it would be located in the arcgis.apps.survey123 module. Please feel free to reach out to Esri Technical Support to log an enhancement to support this functionality in the future.
... View more
11-23-2022
04:04 PM
|
0
|
1
|
1847
|
|
POST
|
Hello @ShariForbes, The easiest option would be to pass the feature into the survey using a URL parameter. In the Survey widget configuration there is an option to "Send data to this survey" if you enable this you should be able to select the web map from your first page and have it pass along the Zoning case from the selected feature. Please see this link for more information.
... View more
11-23-2022
12:36 PM
|
0
|
0
|
2799
|
|
POST
|
Hello @KristinThorpe1, Based on the error it looks like you may not have access to query the feature service. If the survey was published from the Survey123 web designer please ensure that all layers associated with the survey are owned by you specifically the parent feature service. If the survey was published from Survey123 Connect ensure the feature service the survey is pointing to is owned by your user account.
... View more
11-22-2022
11:01 AM
|
0
|
1
|
2950
|
|
POST
|
Hello @ChristopherKreuter, This is possible using a new feature called pulldata @layer, please check out this Esri Community blog and documentation for more information.
... View more
11-22-2022
10:57 AM
|
1
|
0
|
838
|
|
POST
|
Hello @KwabenaDenteh1, The serach() appearance is supported on select_multiple questions. I've attached an example demonstrating the workflow. Please also refer to this documentation.
... View more
11-21-2022
09:25 AM
|
0
|
1
|
2898
|
|
POST
|
Hello @gmcgwn, What you are seeing is likely due to query being disabled on the feature service. If you switch "What features can editors see?" to "Editors can see all features" that should enable query on the feature service. Do you still see the same behavior? Would you also be able to pass along a few lines of code you are using to obtain the data in a Pandas Dataframe when I test on my end with a survey using the same settings I am able to see the data on my end:
... View more
11-17-2022
01:50 PM
|
1
|
1
|
1305
|
|
POST
|
Hello @JaviVasquez1 Based on your use case using a cascading select may be what you're looking for, please see this Esri Community blog for more information. We also have a cascading selects sample available in Connect to check out the functionality. To access the sample open Survey123 Connect > select New survey > under the Esri section select Samples > search for Choice Filters and Cascading Selects.
... View more
11-17-2022
11:10 AM
|
0
|
0
|
1255
|
|
POST
|
Hello @RogerAsbury, Looking at the screen capture supplied it looks like your survey was published using the Survey123 Web Designer. By default the Survey123 Web Designer names the layer in the feature service "survey": When a survey is created using the web designer a '_form' view layer is created (previously _fieldworker). This view layer is the layer that the form item points to as it's submission endpoint. To confirm this is where your survey is pointing to navigate to your form item in your content and under layers you will see the exact layer the survey is pointing to which if it was published from the web designer should be a view layer: For your survey form item is it pointing to a view layer?
... View more
11-17-2022
11:05 AM
|
1
|
1
|
1209
|
|
POST
|
Hello @KathyMcEachern, If you are referring to the Survey123 local website that is available and can be downloaded from My Esri. As for Survey123 Connect and the Survey123 mobile app those can be installed through the Microsoft Store or our Downloads page.
... View more
11-16-2022
04:44 PM
|
1
|
0
|
858
|
| 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 |
a month ago
|