|
IDEA
|
Hi @Hussam_AlJabri , Thanks for reaching to us. I think it is a valid use case where the end-user wants to generate a report directly. I've logged an issue for this in the dev repo, if this is important to you, please also feel free to raise an enhancement via Esri Support Service to prioritize the work. In addition, can you please share more details in your use case? For example, after generating the report on the Data page of the Survey123 website, is the end-user expected to do more work on the Data page or just grab the report file and close the page? Thanks, Zhifang
... View more
07-19-2021
02:34 AM
|
0
|
0
|
9284
|
|
POST
|
Hi @DirkVandervoort , Thanks for sharing the detailed information and the test XLSForm, this helps us understand the issue better. After looking into the test XLSForm, I can confirm that it is the known bug BUG-000138683 , which the multiline appearance will not work if you reference the question name in the constraint column. Currently, you can apply a workaround by using a period (.) (representing the current question) instead of referencing the question name in the constraint column. For example, count-selected(.)<100 . See attached XLSForm. Please be advised that this issue applies to the web app since the beginning of support multiline appearance, hence, you should encounter this all the time but not from a sudden timing, unless you didn't set the constraint column until recently. The fix is tentatively planned in the coming 3.13 release in September, please feel free to raise your use code to BUG-000138683 via Esri Support Service to prioritize the fix. Thanks, Zhifang
... View more
07-19-2021
02:03 AM
|
1
|
0
|
3742
|
|
POST
|
Hi @BrittanyBurson , Can you please share with us a portion of your XLSForm that can reproduce the issue in Experience Builder? We can get more detailed info once we can reproduce the issue. Thanks, Zhifang
... View more
07-18-2021
10:52 PM
|
0
|
1
|
6130
|
|
POST
|
Hi @DirkVandervoort , Thanks for contacting us. Since there are several factors that may affect this issue, would you mind sharing more information to help us understand the issue better? When/how long did this issue occur? Since there is no update to the Survey123 website since May, it may be caused some changes out of Survey123, unless it does not work all the time. Around the time when the issue occurred, is there any update to the survey (e.g. republishing), browser, Windows OS (the screenshot you shared is in Windows), or ArcGIS Enterprise? For those users who encountered this issue, what browser do they use? Chrome, Firefox, new Microsoft Edge, IE11 or Edge legacy? What is the version of your ArcGIS Enterprise and what type of authentication does it use (e.g. built-in, IWA, LDAP...)? Which version of Survey123 Connect did you use to publish the survey? Can you please share a portion of your XLSForm that can reproduce this issue? I tested image question with multiline appearance by publishing a survey in Survey123 Connect 3.12, it works as expected in my Chrome browser. Thanks, Zhifang
... View more
07-14-2021
06:44 PM
|
0
|
2
|
3780
|
|
POST
|
@miharobarinho , Thanks for the information, it turns out that your case is not the same with the solution I mentioned previously, which was fixed two and half months ago. Since there is no update to the Survey123 website for at least one month, can you please confirm if there is any change in your environment? Did you use connect to an instance of ArcGIS Enterprise via the Survey123 website? Since you mentioned that all reports are failed to generate with the HTTP 504 error, is there any e.g. network environment to your ArcGIS Enterprise in past two weeks?
... View more
07-12-2021
04:15 AM
|
0
|
0
|
6430
|
|
POST
|
@miharobarinho , The original issue was fixed by the product team, see the solution here. Did you still observe the HTTP 504 error when generating a report? Can please share any details of your case? For example: - A screenshot of the error in the Data page on the Survey123 website - How many records are included in the report job? - Are there many maps or images you plan to print in the report?
... View more
07-09-2021
08:12 AM
|
0
|
3
|
6440
|
|
POST
|
Hi all, This issue (BUG-000138982) has been fixed in ArcGIS Online June 2021 update, you can now embed a survey by using the Embed widget, all URL parameters to a survey are also available. Thanks again for all your feedback.
... View more
06-30-2021
07:45 PM
|
1
|
0
|
5538
|
|
BLOG
|
Hi @RobertAnderson3 , The Survey widget in Experience Builder always adds a ?autoRefresh=3 URL parameter to the user specifies in it. In the future, it will be removed and expose as an option in the Survey123 web designer. You can track this by BUG-000134729. For now, as a workaround, you can use the Embed widget in Experience Builder and specify the Survey123 web app URL to embed a survey.
... View more
06-30-2021
07:40 PM
|
0
|
0
|
18793
|
|
BLOG
|
@novakc , Have you checked the linked CSV capability? This probably can help your workflow.
... View more
06-28-2021
05:14 AM
|
1
|
0
|
14534
|
|
POST
|
Hi @Marie-LouLabuschagne , The 3.13 release is currently planned in late July and is subject to change. The original BUG-000138475 in this thread is already fixed in an update to the Survey123 website in mid-May. Do you still observe any issue that fails to load the Data page?
... View more
06-15-2021
04:41 AM
|
0
|
0
|
3984
|
|
POST
|
Hi @Adam_Coburn_NCC , Thanks for sharing the XLSForm with us. The error message TypeError: Cannot read property 'previousElementSibling' of null is caused by applying a wrong calculation to an attachment question. In your case, it's the row 73 and 74. Removing the calculation for these two image questions could fix the issue. In addition, there is known limitation that the multiline appearance does not work in the web app if you refer the question name in the count-selected function in the constraints column. It is also the row 73 and 74 in your XLSForm. Please use a period "." instead of the question name as a workaround, such as count-selected(.) < 3 (note you need the brackets around the period). Please refer to BUG-000138683 for the status of the fix. Thanks, Zhifang
... View more
06-10-2021
03:40 AM
|
1
|
0
|
2317
|
|
POST
|
Hi @DionO_Reilly Thanks for reaching to us. Did your report run well without issue before this week? When the error occurs, did the task contains a lot of record/repeat record or maps/images? Can you please share a screenshot with the error message with us?
... View more
04-30-2021
05:48 AM
|
0
|
1
|
8584
|
|
POST
|
Hi @CelineLooten , Thanks for reaching to us. 1. Is your survey public and is it possible to share it with us? 2. When you see the map is blank, if you just move the blank area, will the map show up?
... View more
04-28-2021
05:51 AM
|
0
|
0
|
962
|
|
POST
|
Hi @DataOfficer , Thanks for sharing the XLSForm file, this helps us to confirm the issue. By looking into it, it turns out that it is the minimal and autocomplete appearances lead to images missing for choices, this is a known limitation currently logged as BUG-000112788. If this is important to you, please raise defect to Esri Support Service to prioritize it. Choice images should work for other appearances in the web app, no matter if it is a cascading select. Thanks, Zhifang
... View more
04-28-2021
02:45 AM
|
0
|
2
|
2429
|
|
POST
|
Hi ALL, We had an update of the Survey123 website for back-end architecture migration last night (PST). This report service issue was caused by not fully resizing the performance to the previous scale, it is fixed now. If you still observe any issues, please let us know. Thank you again for all your feedbacks.
... View more
04-27-2021
09:46 PM
|
0
|
3
|
8617
|
| 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
|