I'm trying to use the Geocode Address function in the Dynamics 365 Workflow tools to geocode new addresses in my D365CE instance. I followed these instructions: https://github.com/demianrasko/Dynamics-365-Workflow-Tools/blob/master/docs/Geocode%20Address.md and got it to work once, and now I'm only pulling back zeros.
The only difference between the example and my setup, is that I'm using dynamic values from the record. Again, it worked the first time I tested it, and then I have only gotten zeros back like it can't match the address.

The workflow shows as successful, but the data coming back from Bing is blank. I've tried verified addresses and even re-tried the one address that worked, but all I get are zeros. I tried creating a new Bing API Key, and still had the same behavior. Does anyone have any ideas about what could be going on?