Hello,
I have a survey for our field technicians to record information about traps they service. These trap locations do not change. Currently the survey has a drop-down menu that has them select the trap location from a list. This list is generated from a .CSV file that includes the lat/long of each trap. We've had issues in the past with the technicians selecting the wrong location, so I am attempting to find a way to automate this step.
I would like to find a way to have the location be automatically selected. Ideally, it would take their current location and calculate which location in the .CSV file is closest to them. Is such a calculation possible?
Thank you!