| Bug ID Number |
BUG-000143678 |
| Submitted | October 14, 2021 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Survey123 |
| Version found | 3.13 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
|
Additional Information
The method to access images not submitted by Survey123 is addressed in the 'Images and other attachments' section of the help document cited in the issue:
To return multiple images submitted to the same question in a response, use the image question's name instead of $attachment:
${#image1}
${$file}
${/}
The method is useful for displaying images in ArcGIS Enterprise versions prior to 10.8.1, or for displaying images that were added to a feature outside of ArcGIS Survey123. The following example displays the file names of all attachments attached to a feature:
${#$attachment}
${$file|getValue:"name"}
${/}
Workaround
As a workaround to show the attachments which are not submitted through ArcGIS Survey123 in the report, use ${#$attachment} tag instead of ${#image1} to return images for each specific image question.
Steps to Reproduce