Open Browser Object Reference Error

I’ve created a variable titled “URL” and in the VB expressions I’ve input the url needed, lets say “www.google.com” but when I run the process I get this error: Open Browser: Object reference not set to an instance of an object. Any Ideas as to why?

@shdacak

Can you share the screenshot of the variable and flow?

Usually Object Reference Error will appear if you are passing any null value

Double check whether the variable is having value or any duplicate variable is present

Hope this helps you

Thanks