I'm using the US geocoding tool and have it currently configured to prompt me when multiple matches occur so I can show the issue. It isn't feasible for me to manually pick each address, so I would like to use "first to all". However, "None" populates as the first option. How do I sort it so that the first option will not be none and will instead be the highest matchscore?
Solved! Go to Solution.
Pulling my answer since @DiganP had a much better one...
@victorialee First to all will return the first match with the highest Score for all matches found.
More info found here.
Thanks @DiganP