POST
|
Hi @dsinha , Thanks for sharing the information. The pulldata layer expression I mentioned previously is used to query a field value from another layer in Survey123 when filling the form, which should match your workflow. I think you should be able to achieve the same using Arcade in Field Maps. Submitting the value into the spatial layer could be a workaround to help you generate the report. I've also logged an issue in our dev repo to support such workflow in the Survey123 feature report capability. Please feel free to submit an enhancement ticket to Esri Support if you’d like to help us prioritize this work.
... View more
a week ago
|
0
|
0
|
57
|
POST
|
Hi @RHammers , Thanks for sharing the details. I tried the following steps on my end: 1. Publish a new survey on the Survey123 website, with a text and image question. 2. Submit a photo in the Survey123 field app, with a photo taken in landscape orientation. 3. On the Data tab of the Survey123 website, upload a .docx template which the layout is set Landscape, and with your example image syntax. However, I was able to print the report successfully. Please let us know if you could find the exact steps to reproduce the issue so we can investigate further.
... View more
a week ago
|
0
|
0
|
126
|
POST
|
Hi @dsinha , Could you share more details on how a property links to the property owner’s record in the other layer—for example, via a shared property ID? Would something equivalent to the pulldata("@layer") function in XLSForm meet your workflow needs?
... View more
a week ago
|
0
|
1
|
93
|
POST
|
Hi @RHammers , Could you confirm whether the same feature report template syntax has recently started displaying the same photo differently? We released the Survey123 September 2025 update last week and want to check if it may have affected your reporting workflow. If so, would you mind sharing the report template syntax and a sample photo so we can investigate?
... View more
2 weeks ago
|
0
|
0
|
228
|
IDEA
|
Hello everyone, The Export button on the Data tab of the Survey123 website is the same as the Export button on a feature layer’s item details page: both call the export item operation in the REST API and require a Creator user type (or higher) to create the exported item in your account. For simplicity, the Survey123 website deletes the exported item in your account after the browser’s download dialog appears. As noted in this Survey123 help topic, a tooltip has been added to the Share results tab to explain that a Creator user type is required to export.
... View more
2 weeks ago
|
0
|
0
|
22
|
BLOG
|
@Tiff , As mentioned previously, this capability currently only works in the Survey123 web app in browser and does not work in the Survey123 field app (mobile app). To use this image analysis capability in the Survey123 web app, you need to ensure the following are satisfied: As an organization administrator: enable the "AI assistants" setting in Organization->Settings tab in ArcGIS Online. As an organization administrator: enable the "Analysis tools" setting in Organization->Extensions tab on the Survey123 website. Use the 3.23 version web app. This can be done by: Re-publish your survey in 3.23 version Survery123 Connect. append `?version=latest` parameter to the Survey URL in the browser. Please let us know if this could work for you.
... View more
08-21-2025
03:20 AM
|
0
|
0
|
498
|
BLOG
|
@Tiff , The "extract information from image" capability mentioned in your referenced EAC post currently works only in the Survey123 web app. However, it can be authored in both Survey123 Designer and Survey123 Connect. To generate an intuitive description of an image, you could use an expression such as: pulldata("@ai","image2text",${<imageQuestionName>},"Describe this image in 20 words.") in the calculation column of a text question. Since this relies on a large language model, no deep learning model is required in this case. Is this what you were looking for?
... View more
08-20-2025
07:31 AM
|
0
|
0
|
529
|
POST
|
Hi everyone, We applied a fix for BUG-000178143 – Intermittent slow performance when generating Feature Reports from survey123.arcgis.com on 8/11 (PDT). Your report workflows should now run without timeouts or no-response issues. Please don’t hesitate to reach out if you continue to experience any related problems. Thank you for your helpful feedback and support!
... View more
08-18-2025
02:11 AM
|
0
|
0
|
505
|
POST
|
Hi @Sghimire , @abureaux , Could you share any job IDs for jobs that timed out or failed with 50x errors recently?
... View more
07-17-2025
08:39 PM
|
0
|
1
|
393
|
POST
|
Hi @hello_hello , The syntax in your report template looks good. Survey123 uses the attachment keyword to determine which question each attachment is associated with. Just to confirm, the keyword you added to the attachments is "QS_VIDEO_image" — without a period at the end, correct? Also, would you mind checking in edit mode on the Survey123 web app to ensure the keyword is set correctly? You can use the URL: https://survey123.arcgis.com/share/<surveyId>?mode=edit&globalId=<recordGlobalID> to verify if the attachments are loading properly. If they aren't, you can use your browser's developer tools to investigate further. Once the attachments load correctly in the Survey123 web app, they should also appear in the report.
... View more
07-15-2025
01:09 AM
|
0
|
0
|
102
|
POST
|
Hi @abureaux @lklun , Thanks for sharing the detailed information. We deployed a hotfix for this issue around 8:30 PM PDT on July 7. As a result, some jobs may take longer than usual to complete. Are you still experiencing this issue? To help us investigate further, could you provide some more specific information? Do the affected reports share anything in common? For example, do they all contain: a web map with many layers or features, or a specific report template? How long does this situation last? If possible, could you try running one of the problematic reports on the Survey123 Beta website (https://survey123beta.arcgis.com)? If it fails or runs slowly there, please share the job ID. That would help us look into the details. Thanks, Zhifang
... View more
07-09-2025
01:14 AM
|
0
|
1
|
699
|
POST
|
Hi @JuanTomásMartinez17 , It is not possible to pass URL parameters to the survey in the Survey widget currently. Would you mind sharing more details of your workflow to help us understand the potential enhancement to the Survey widget? For example, what settings you need in the Survey widget in additional to passing URL parameters?
... View more
07-08-2025
02:22 AM
|
0
|
1
|
304
|
POST
|
Hi @JustinConnerWR @MCostley , The fix to BUG-000177676 has been deployed to the Survey123 website earlier today. Please let us know if you still observe any issues when printing a report with a map. Thanks, Zhifang
... View more
07-08-2025
12:07 AM
|
1
|
4
|
371
|
POST
|
Hi @JustinConnerWR , We confirmed that a bug was introduced with the Survey123 July 2025 Update: printing a report that contains a map will time out if the map includes the same feature layer specified in the featureLayerUrl parameter to the report API. For example:. For example: If you are the survey owner and has a web map references the survey's source feature layer, the issue occurs when you print a report on the Data tab of the Survey123 website. This is because the Data tab uses the survey's source feature layer if you logged in as the survey owner. If you are a stakeholder of the survey and the web map in the report references the _result view of the survey, the issue occurs when you print a report on the Data tab. This is because the Data tab uses the _result view layer of the survey if you logged in as a survey stakeholder. This was reported as BUG-000177676 and will be fixed in a hotfix early next week. Could you confirm if this matches your workflow, or are you seeing a different scenario?
... View more
07-04-2025
03:48 AM
|
0
|
0
|
440
|
POST
|
Hi @LeeBrannon1 , In the Survey123 July 2025 Update, the related change we made for the Address question type was using the latest ArcGIS Maps SDK for JavaScript, it should not change behavior of the question type. Would it be possible to share a public survey URL that reproduces the issue so we can investigate further? You can send me a direct message with the survey link.
... View more
07-01-2025
08:22 PM
|
0
|
0
|
223
|
Title | Kudos | Posted |
---|---|---|
1 | 07-08-2025 12:07 AM | |
2 | 05-08-2025 02:46 AM | |
5 | 05-12-2025 09:21 PM | |
2 | 05-12-2025 09:30 PM | |
2 | 05-08-2025 04:04 AM |
Online Status |
Offline
|
Date Last Visited |
a week ago
|