Hello,
I'm attempting to design a survey that allows the user to input a max of 50 photos - all with there lat/lon/Alt values extracted via EXIF tags and populated in Map Viewer.
However, since Survey123 restricts having more than 1 geometry field, I've been using the following workaround: Geopoint Workaround
Based on this example I would need to create 49 "begin repeat" and "end repeat" groups which isn't the most time efficient process. Is there a way to create a loop so that a user can upload 50 pictures and each picture will have its EXIF information extracted and populated into the dashboard - for a total of 50 points?