I have a relationship class between spatial polygons and a non-spatial table. I am performing inspections with survey123 where survey responses populate the non-spatial inspections table.
Within the form, users are able to attach a photo, is it possible to get the coordinates of the photo into a latitude and longitude field.
I have tried:
| calculate | lat | Lat | pulldata("@exif", ${photo}, "GpsLatitude") | esriFieldTypeDouble |
| calculate | lon | Lon | pulldata("@exif", ${photo}, "GpsLongitude") | esriFieldTypeDouble |
but that didn't work