I'm having issues with creating a Survey123 report template. I have a survey with a point location and location data connected to the photos that are taken while on site.
I am using ${mineLocation |getValue:”y” |round:6} to get the coordinate values from the geopoint question and it returns as expected, the coordinate value rounded to six decimal points.
When I try to use the same syntax ${Pictures | getValue:"y"|round:6} the coordinate values don't show up at all.

If I don't round it ${Pictures | getValue:"y"} the coordinate values show up with way too many decimal points.

I've tried changing the rounding amounts with no avail. Has anybody else had this issue using the image's EXIF data?
Thank you.