I am using Computer Vision in studio 2023.10.3 Automation Suite version
If the API key and URL is hardcoded at property level it is working fine but if i make it configurable bot is not able to perform any activity.
Can you please help how to fix this issue.
@vrushali.modani,
How you are passing the API key and URL? Log the key and url before passing to check if both fields are passed correctly.
It should work with hardcoded & variable as well.
Thanks,
Ashok 
Hi @ashokkarale,
I am taking URL from config file and API key from Asset, I tried printing that its giving the correct value.
Even I tried keeping only API key as configurable and URL as hard coded then its working fine, seems like some issue with URL configuration.
Thanks,
Vrushali
@vrushali.modani,
You are close enough.
As you are storing the url in config, there is high chance your URL got converted to hyperlink like this.

This makes issue. Remove the hyperlink like below.

I think this is the only issue.
Thanks,
Ashok 
Hi Ashok,
No its not coming as hyperlink that i checked previously only.
Thanks for your help.
Let me know if you have any other solution.
@vrushali.modani,
Ohh ok.
Try updating the packages to latest version possible. I don’t see any other possible issue here.
Thanks,
Ashok 