| Número de ID del error |
BUG-000143678 |
| Enviado | October 14, 2021 |
| Última modificación | June 5, 2024 |
| Relacionado con | ArcGIS Survey123 |
| Versión encontrada | 3.13 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 10.0 64 Bit |
| Estado | Will Not Be Addressed
El equipo de desarrollo ha considerado el problema o la solicitud y ha llegado a la conclusión de que no se va a solucionar. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
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"}
${/}
Solución alternativa
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.
Pasos para reproducir