|
POST
|
Hi Colin, Thanks for the tests and the above information. Unfortunately, there is nothing you can do to make the format works as you expect until we deliver the fix to this bug. You can track the status at BUG-000117569 Survey123 for ArcGIS surveys with internationally formatted date questions display submitted responses in the US date format in the attribute table. After fixing, the sequence for deciding the format would be: language setting in the XLSForm (if any) > language/format settings in the user profile in ArcGIS Online > browser setting (for a public survey). Thanks, Zhifang
... View more
12-04-2019
12:39 AM
|
0
|
0
|
3685
|
|
POST
|
Hi James, There is no known issue about the usage of appearance:"multiline" for a multiline text question. Would you mind sharing your XLSForm and the report template (a simplified version that can reproduce the issue would be better) for us to investigate? Thanks, Zhifang
... View more
12-03-2019
03:20 AM
|
0
|
1
|
2548
|
|
POST
|
Hi Liz, It will be great if you can send me a zip package that contains all files in the survey folder downloaded via Survey123 Connect, which includes the raw "form.json" authored from the Survey123 website. Thanks, Zhifang
... View more
12-02-2019
05:06 AM
|
0
|
0
|
7678
|
|
POST
|
Hi Sunny, Personal use ArcGIS for Personal Use is not supported. Please refer to System requirements—Survey123 for ArcGIS | Documentation to see the requirement for using Survey123. If you just want to try out, you can register an account through ArcGIS Trial | Free 21-Day Trial . Thanks, Zhifang
... View more
11-18-2019
03:41 AM
|
2
|
0
|
976
|
|
POST
|
Hi Maximilian, Can you please try to identify if there is any issue in the browser after clicking the Submit button (which triggers the applyEdits request to the feature service) by using the browser's developer tools? You can get the most useful information there. For example in the following screenshot, there is a POST request failed and marked as red color since the webhook set in Integromat no longer exists. Thanks, Zhifang
... View more
11-18-2019
03:31 AM
|
0
|
3
|
1795
|
|
POST
|
Hi Joe, Thanks for reaching to us. If you mean the popup in a web map, you can configure the popup in Map Viewer by using the pattern {fieldname} to insert a field value dynamically in the popup. I found a clue in the doc Integrate with other apps—Survey123 for ArcGIS | Documentation and tried the settings in the attached image below. Would you mind having a try to see if this is what you want? Thanks, Zhifang
... View more
11-15-2019
05:40 AM
|
2
|
0
|
922
|
|
POST
|
Hi Alli, Thank you for reaching to us and attaching your survey info. By looking into your XLSForm and the report template, it seems the field name store_cs10locationgps is not correct and cannot be found in your XLSForm. Would you mind using the correct field name cs10locationgps and try again? Please see the attached image for details. Thanks, Zhifang
... View more
11-15-2019
05:16 AM
|
0
|
0
|
1805
|
|
POST
|
Hi Colin, Thanks for your feedback. The fix to this bug will respect the date and number format setting in the user's profile, and in the Survey123 website/web app, the setting in user's profile takes precedence over the org's setting. Does this make sense to you? Thanks, Zhifang
... View more
11-14-2019
12:37 AM
|
0
|
2
|
3685
|
|
POST
|
Hi Liz, Seems your issue is similar to the BUG-000125687. Can you please upload a screenshot of the modify schema dialog (Publish->Modify schema) which scrolls to the question "Funder"? This helps us to confirm if it's the same issue with the above bug. Although we fixed the bug and will auto-truncate names for any choice which is longer than 32 characters, there is a chance that a longer than 32 character name is input manually in the modify schema dialog. In this way, we won't change it until you manually fix it. Thanks, Zhifang
... View more
10-31-2019
08:39 PM
|
0
|
2
|
7698
|
|
POST
|
Hi Kevin, The Survey123 website just got an update which is available on our beta version of the website: https://community.esri.com/groups/survey123/blog/2019/10/30/survey123-early-adopter-program-updates , you can find a new Preview capability for the feature report, which can be utilized to refine your report template without charging credits. Also, generating a report in PDF format is available there too. Please feel free to post your (technical) feedback about these new features in the website forum in EAC. Thanks, Zhifang
... View more
10-31-2019
07:54 PM
|
3
|
2
|
8159
|
|
BLOG
|
Hi Kerissa Reedy, Just FYI, the latest Survey123 Beta update is just published on EAC, in includes a dedicated post for demonstrating the new PDF/preview capability of the feature report which is available now on Survey123 beta website: https://survey123beta.arcgis.com. Please have a try and let us know what do you think by posting on the new beta website forum. Thanks, Zhifang
... View more
10-27-2019
11:24 PM
|
0
|
0
|
12285
|
|
POST
|
Hi Heather, Since the error only happens during generating the report but not checking the syntax, seems that it could be a relatively complex situation and also may relate to the data structure. In this way, I would suggest that it's better to open an Esri Support ticket for further investigation, also confirming the bug through Esri Support would raise the priority for the issue. Thanks, Zhifang.
... View more
10-25-2019
05:43 AM
|
0
|
1
|
4077
|
|
BLOG
|
Hi David Cook, The web app accepts the paramter ?token= , so you can append a valid token to skip the sign in screen. In this way, you need to take care of the token so it will not be utilized by malicious users.
... View more
10-24-2019
04:40 AM
|
1
|
0
|
80354
|
|
BLOG
|
Hi Kerissa Reedy, PDF format support in the Feature Report is planned in a very near future release and will be available soon in the Beta Community first. Please stay tuned with our announcement in the Beta Community and also the product release blogs. Any feedback in the Beta Community would be appreciated. Thanks, Zhifang
... View more
10-22-2019
07:53 AM
|
0
|
0
|
12285
|
|
POST
|
Hi Javier, Thank you for the detailed information and also sharing the workaround which may help others. I can reproduce the issue by creating a simple survey whose name starts with a number and also contains a repeat from Survey123 Connect, then try to reference a field in the parent layer by using the survey name inside the repeat section in the report template. So for your question, yes, I can confirm that the issue is caused by the additional underscore in the behind layer name which is not the same as the survey name. In addition to your workaround above, could you try to simply add an underscore in the main layer name in your original template to see if it works for you? For example, instead of using ${2020_Prescribed_Fire_Grant_Application_MASTER.Grants}, use ${_2020_Prescribed_Fire_Grant_Application_MASTER.Grants} to access the field in the parent layer inside a repeat section. The report engine is designed for being able to work with a feature service directly (even without a survey), so using the correct layer name should work. Please let me know if it does not work for you. Thanks, Zhifang
... View more
10-22-2019
07:45 AM
|
0
|
2
|
3472
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-19-2021 02:03 AM | |
| 1 | 01-26-2026 07:15 PM | |
| 1 | 12-18-2025 04:54 AM | |
| 2 | 11-20-2025 07:20 PM | |
| 2 | 09-08-2024 11:16 PM |
| Online Status |
Offline
|
| Date Last Visited |
01-26-2026
07:08 PM
|