Getting an error BC30198:‘)’ while pasing this as a string “{"google.com"}”

  1. List item

Hi @Andrea_Caetano_Ferreira ,

You would need to enclose it in double quotes :

"google.com"

When using “Open Browser” activity in classic or “Use application/Browser” activity in modern design experience. Encapsulate the URL’s in double quotes.
For Example : “Google.com

Hope it helps!!