Hi All
I am new to Survey123 and recently set up my first survey and associated report template. The survey includes an image question which allows submission of multiple images up to a maximum of 5. On my report template I can return all of the images and their locations with the following syntax:
${#photo_of_feature_oppertunity} (This is the question name)
${$file | size:200:200}
Location – x: ${$file | getValue:"x" | round:5} y: ${$file | getValue:"y" | round:5}
${/}
Is it possible to return a specific image in the report, and also the additional information associated with that specific image (location) rather than all of the images? I have tried using 'file1', 'attachment1' or 'image1' in the syntax to try and identify the first attachment but it returns the following error:

If this isn't possible with questions allowing submission of multiple photos will just look to change my survey design for future use,
Thanks,
Dan