|
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
|
4083
|
|
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
|
1327
|
|
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
|
2515
|
|
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
|
1196
|
|
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
|
5435
|
|
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
|
5445
|
|
POST
|
Hello @PaulGerbeaud, If you published the survey from Survey123 Connect if you add the nested repeat and republish the existing feature service will be deleted and a new one will be created. I would suggest downloading the feature service as a file geodatabase, using ArcGIS desktop adding the new table/layer in the file geodatabase and manually create the relationship. Once everything is set up you can overwrite the existing feature service with the updates. This way you will be able to keep existing data that's present in the feature service. Once the new related table exists in the feature service you can add the repeat in your XLSForm and since the schema will match Survey123 will be able to publish without an issue. Thank you, Zach
... View more
06-30-2021
09:20 AM
|
1
|
1
|
2777
|
|
POST
|
Hello @Hussam_AlJabri, Unless you need the UI, I would suggest using the Survey123 Report REST API. Using the Report REST API you can send your report requests exactly how you like. I have a very basic sample app in GitHub that shows how the Report REST API can be used in a custom application that ultimately can be embedded in a Dashboard. Thank you, Zach
... View more
06-28-2021
09:23 AM
|
1
|
1
|
4205
|
|
POST
|
Hello @JasonCyphers, Please use this link for reference regarding parameters that can be used when linking to the Survey123 Field App. If you are looking to edit existing records you will need to enable the inbox on your Survey123 survey. With the inbox enabled you can use the folder=inbox parameter in your app link to bring you to the inbox as well as specifying a query parameter. Please do note though that we do have some existing issues when trying to open surveys in the inbox. What will currently happen is Survey123 will open the inbox and filter for the record you are looking for, but won't automatically open it. We have BUG-000137679 logged for this behavior. Please either keep an eye on the support website for defect resolution, or create a case with ESRI Support and they will be able to attach your customer number to the defect and you will be notified when the defect is resolved. Thank you, Zach
... View more
06-25-2021
05:36 PM
|
0
|
0
|
4003
|
|
POST
|
Hello @AnaGomez, The reason only one point location can be added per survey is because feature services in ArcGIS can only have one geometry (be it point, line, or polygon). Repeats are definitely a feasible workflow to include multiple geopoint/geotrace/geoshape questions in a survey. Another option if you dont need the geometry stored in the record collected is to skip repeats and set the additional geopoint/geotrace/geoshape questions bind::esri:fieldType to 'null' that way you can store one geometry and include as many other geometry questions in the survey as you like. To answer your question on what's needed to set the logic where if the answer is correct move the next question is to set the relevant column on the geopoint question. For example in the relevant column you would insert something like ${select_one_question}='blue' meaning the geopoint question will only dispaly if blue is selected in the select_one question. I've attached 2 XLSforms, one uses the workflow of using repeats, and the other uses null for the bind::esri:field:type. What you can also do if you are more comfortable with the web designer is design the survey without the maps in the website, and then download the survey in Connect and add your maps and relevancy there. Thank you, Zach
... View more
06-25-2021
01:43 PM
|
0
|
0
|
1636
|
|
POST
|
Hello @josevaldes1, It looks like you are running into a defect in ArcGIS Enterprise 10.7.1. The defect is BUG-000124840 - A hosted feature layer view created in Portal for ArcGIS includes deleted features from the associated hosted feature layer. This is also observed with any edits made to features as well. The defect has been marked as fixed in ArcGIS Enterprise 10.8. As a workaround if you would like to remain in ArcGIS Enterprise 10.7.1 is to enable the "Sync" capability on the hosted feature layer view. This will remove any previous remnants. Thank you, Zach
... View more
06-25-2021
01:05 PM
|
0
|
0
|
1069
|
|
POST
|
Hello @MarcoPoetsch, Unfortunately JavaScript functions can't access local file systems so we would not be able to save the image locally. Typically the workflow would be to place the image in the media folder of the survey and use that as the default background for an image question with the annotate appearance. To better understand the workflow if I may ask what is the use case for needing the image to be dynamic? Thank you, Zach
... View more
06-25-2021
12:40 PM
|
0
|
1
|
1306
|
|
POST
|
Hello @JasonCyphers, One option would be to use the count-selected() function to compare the two select_multiple questions. For example: if(count-selected(${work_to_be_done})=count-selected(${work_done}),'yes', '') This assumes if both questions have the same number of options selected all the work has been completed. Thank you, Zach
... View more
06-24-2021
05:10 PM
|
0
|
0
|
965
|
|
POST
|
Hello @FranciscoAndrade1, Survey123 requires attachment keywords in order to associate what attachment maps to what image question in the survey. Prior to ArcGIS Enterprise 10.8.1 attachment keywords weren't supported on attachments leading to the issue observed where images don't come through when creating reports as Survey123 does not know what images are associated with what question. This issue has been resolved in ArcGIS Enterprise 10.8.1 and newer as attachment keywords are supported in those versions. Please use this link for reference regarding how to update the attachment keywords in ArcGIS Enterprise: https://support.esri.com/en/technical-article/000024606 We also have a Python notebook that will automate the process in our Survey123-tools GitHub repo that can be used after the 10.8.1 or later upgrade. Thank you, Zach
... View more
06-24-2021
01:16 PM
|
1
|
0
|
1159
|
|
POST
|
Hello @SLDSAnthonySmith, I would suggest reaching out to Esri Technical Support for more assistance in troubleshooting the behavior. We do have an issue (BUG-000138412) if your data resides in an Oracle Enterprise Geodatabase. If you are using ArcGIS Online there may be something going on with that specific service and the folks in Esri Support will be able to help narrow down where the issue is occurring. Thank you, Zach
... View more
06-24-2021
12:52 PM
|
0
|
0
|
690
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 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 |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|