Hello,
I am using Google Maps activity where in I provide the API key, but when I use activity for distance and time, I get an error as below.
What could be the issue?
Thanks.
Hello,
I am using Google Maps activity where in I provide the API key, but when I use activity for distance and time, I get an error as below.
What could be the issue?
Thanks.
This issue normally occurs when a variable has not been initialised (been given a value). Run your process in debug, and see the values of the used variables in the Locals panel.
If they are blank, try using an assign before the activities that break, and set the value of the variable to blank, depending on what the variable is. For example if the variable is a string, the assign should be MyString = ""