| 不具合 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.
再現の手順