|
POST
|
Hello @AspenJaeger, The first thing to check is to ensure the file that's being used is shared with all the appropriate people in the owners content. This sounds a lot like the file may only be shared with the survey owner but not with the other folks who are taking the survey. To confirm when you say the survey is using an attached Excel spreadsheet is the form using the search() appearance with a hosted table that was created from an Excel spreadsheet or is the form using external choices (select_one_from_file)?
... View more
06-20-2023
03:29 PM
|
0
|
0
|
875
|
|
POST
|
Hello @SeanWalsh, Do you have the repeat relevant based on the yes/no question, or are you using body::esri:visible or no conditional expression?
... View more
06-16-2023
03:15 PM
|
0
|
1
|
1051
|
|
POST
|
Hello @jvarasanz, Are you still running into this issue? This issue came up with our 3.18 release that went live earlier this week but should be no longer reproducible now. Please see this Esri Community thread for more information.
... View more
06-16-2023
03:12 PM
|
0
|
1
|
1102
|
|
POST
|
Hello @GREABOC_1, You can use pulldata("@layer") to query the feature layer and check to see if the value has already been entered. If so you have have a constraint on the ID question that prevents submission. Please check out the Query a feature layer sample in Survey123 Connect for examples the use the pulldata("@layer") formula.
... View more
06-16-2023
02:55 PM
|
1
|
0
|
823
|
|
POST
|
Hello @AugustPaterno, Would you be able to provide a screen capture of the issue? When you say the output map says something different is that in a web map? If it's a pop up in a web map that will be pulling from the alias of the feature service you can check by navigating to the item details page for the feature service the survey points to > select the Data tab > Select Fields. What does the Display Name say for the corresponding field? ZacharySutherby_0-1686952343240.png
... View more
06-16-2023
02:52 PM
|
0
|
0
|
779
|
|
POST
|
Hello @GregDunnigan, If you enter your Portal URL into https://www.ssllabs.com/ssltest/analyze.html (check on the box "Do not show the results on the boards") and run the test you will likely see that Secure Renegotiation may not be supported. If this is the case when the ArcGIS Survey123 Report API is trying to reach out to your ArcGIS Enterprise organization since Secure Renegotiation is not supported the Survey123 Report API is not trusting the connection. With our 3.18 ArcGIS Survey123 release that went live earlier this week we had updated some of the node libraries used in the Report API and this is resulting in the more strict security standards. We are working on our communication and path forward with this requirement.
... View more
06-16-2023
02:39 PM
|
0
|
6
|
6371
|
|
POST
|
Hello @ZenMasterZeke, Thank you for confirming! There was an openpyxl bug at that version (and prior) that is causing the data validation issue you are seeing. If you update your ArcGIS Pro install to the latest version you will be on a newer version of openpyxl where the issue is has been resolved. Alternatively you can clone your default ArcGIS Pro Python environment and update that individual package in the cloned environment. In the latter scenario you would need to update the Python path in the Connect Tools settings to the cloned environment.
... View more
06-16-2023
08:29 AM
|
0
|
0
|
4164
|
|
POST
|
Hello @ryannorris, Yeah you can use pulldata("@layer") to obtain the value from the acres field. Please check out the Query a feature layer sample in Connect for some examples on how the syntax for pulldata("@layer") works. In your case it would probably look something like: pulldata("@layer", "getValue", "attributes.acres", "featureLayerURL", concat("name='", ${name}, "' AND tract='", ${tract}, "' AND stand='", ${stand}, "'")) Assuming stands are unique you could also only use stand in your query expression ex. concat("stand='", ${stand}, "'") but you can also use all three to ensure you are extracting the correct record.
... View more
06-15-2023
05:53 PM
|
0
|
1
|
1970
|
|
POST
|
Hello @ZenMasterZeke, In Connect under Settings -> Tools what is the version of the openpyxl package in your environment? ZacharySutherby_0-1686871018524.png
... View more
06-15-2023
04:17 PM
|
0
|
0
|
4190
|
|
POST
|
Hello @KellyMcKeough, This has been logged as BUG-000159090, and stemmed from our 3.18 release that went live on Tuesday. Please feel free to reach out to Esri Technical Support to attach yourself to the defect and track progress as we investigate.
... View more
06-15-2023
04:14 PM
|
2
|
0
|
1345
|
|
POST
|
Hello @migforst6, If the surveys are still in the Outbox the images will be in the My Survey Attachments folder on the device and can be imported to the devices photos from there. This will be located in the ArcGIS folder typically in: iOS: On My I<device>/Survey123/ArcGIS/My Survey Attachments Android: <local storage>/Android/data/com.esri.survey123/files/ArcGIS/My Survey Attachments Windows: C:\Users\<username>\ArcGIS\My Survey Attachments
... View more
06-15-2023
02:45 PM
|
2
|
1
|
1801
|
|
POST
|
Hello @ZenMasterZeke, I'm not seeing any issues with the XLSForm in the screen capture. It's very strange the message is being returned in the Label column. One thing to suggest would be to run the XLSForm upgrade tool in Connect to "refresh" the XLSForm with the latest version.
... View more
06-15-2023
01:25 PM
|
1
|
1
|
4202
|
|
POST
|
Hello @_CameronPearson, Looking at the diagnostic log one of the last things that's happening is Connect is trying to reach out to the ArcGIS Online group that contains the XLSForm template items. It looks like this is completing successfully, but often freezing in Connect is caused from unexpected responses from requests. One way to see if this is the issue is can your colleague access https://www.arcgis.com/sharing/rest/content/groups/c83f056315f84636976c5f8d32aa1d7b/search?f=pjson in a browser on their machine? Assuming they can, it would be helpful to pass along any Application logs in Windows event viewer that are generated by the crash to the Support analyst.
... View more
06-15-2023
01:22 PM
|
0
|
0
|
3127
|
|
POST
|
Hello @ChrisBoland, Would you be able to provide a diagnostic log when this issue happens?
... View more
06-14-2023
03:32 PM
|
0
|
5
|
3159
|
|
POST
|
Hello @Andrew-Bowne, Based on the error message it looks like when the Survey123 report API is trying to communicate with your ArcGIS Enterprise Portal, the Survey123 report API is not trusting the connection. This could be a variety of reasons from the certificate the organization uses to the protocol the organization uses to communicate. If you enter your Portal URL into https://www.ssllabs.com/ssltest/analyze.html (check on the box "Do not show the results on the boards") and run the test does the certificate come back as trusted and is TLS 1.2 enabled as a configuration protocol?
... View more
06-14-2023
01:31 PM
|
0
|
1
|
2408
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a month 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 |
yesterday
|