How to convert a variable of type object to string?

Hi everyone!!!

In my automation project I need to retrieve data in a cell from a spreadsheet in Google Sheets. For that I used the Gsuite Scope Activity and the Read Cell Activity and generated a variable that is automatically object type.

Now I need to enter this data on a web page. For this I am using the Open Browser Activity and the Into Type Activity. However, in Activity Into Type does not receive the variable I obtained earlier.

I believe it is because of the type of variable being object. How to convert?

Variablename.ToString
Would help you convert that as string
Cheers @Also_Pizzaria

1 Like

Thanks! Thanks!

It helped me a lot!!!

Big hug!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.