Hi all
Please excuse any stupidity here, I've only recently started working with Alteryx and I'm still very much in learning phase.
Basically I have tried to design a workflow that utilises the Google Maps API (free version, 2,500 requests per day) in order to Geocode the lat/long of some companies. Through a bit of trial and error I've managed to botch together the attached macro which appears to output what I'm after, however after 3 or 4 runs of the workflow (using a random sample of 1) the Download/JSON Parse produces the following value string:
You have exceeded your daily request quota for this API. We recommend registering for a key at the Google Developers Console: https://console.developers.google.com/apis/credentials?project=_
OVER_QUERY_LIMIT
Can anyone explain to me what's happening here? I'd have thought the 2,500 API requests would stretch much further than geocoding 3 or 4 companies. Any workarounds/ideas also welcome.
Thanks in advance