| 漏洞 ID 编号 |
BUG-000143678 |
| 已提交 | October 14, 2021 |
| 上次修改时间 | June 5, 2024 |
| 适用范围 | ArcGIS Survey123 |
| 找到的版本 | 3.13 |
| 操作系统 | Windows OS |
| 操作系统版本 | 10.0 64 Bit |
| 状态 | Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
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"}
${/}
解决办法
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.
重现步骤