不具合 ID 番号 |
BUG-000151863 |
送信されました | August 25, 2022 |
最終更新日 | December 19, 2024 |
適用対象 | ArcGIS Survey123 |
見つかったバージョン | 3.15 |
オペレーティング システム | N/A |
オペレーティング システムのバージョン | N/A |
ステータス | Under Consideration
この問題は、開発チームによって確認されました。 この問題は、リリース計画での優先度が設定されていないため、問題の全体的な影響を判断するために監視されます。 優先度の設定プロセスで考慮される要因には、影響を受けるユーザー数、機能をリクエストしているユーザー数、業務への影響、対処法の有無などがあります。 不具合が業務に悪影響を及ぼしている場合は、「操作手順: 不具合をエスカレーションする (https://support.esri.com/en/technical-article/000024129)」をご参照ください。
|
対処法
There are two workarounds for this issue:
- Use a different syntax to explicitly set the source to reference where the image is hosted. This workaround only works in the web app as the images do not display in the field app. For example:
- Replace <img src=${QUESTION_NAME}> with concat("<img src=https://www.arcgis.com/sharing/rest/content/items/SURVEY_FORM_ID/info/media/",${QUESTION_NAME},"?token=",pulldata("@property","token"),">")
- Replace <img src=image_name.png> with concat("<img src=https://www.arcgis.com/sharing/rest/content/items/SURVEY_FORM_ID/info/media/","image_name.png","?token=",pulldata("@property","token"),">")
- This workaround applies to the cases where different images must be displayed based on the answer to a previous question. Use the following alternative workflow:
- Add each image in a separate note question under the media::image column instead of the label. For example, 'Image_Name.png'.
- Add a relevant expression for each question to display based on the selected choice in the previous question. For example, ${Question_Name}=’Option1’.

再現の手順