Input dialog : typeconverter cannot convert from system.string

Hi guys,

I’m facing the above mentioned issue. My task is to validate the Gmail username and Password using the open browser and i set if condition for validating credentials, in the password input dialog box throws an error message (typeconverter cannot convert from system.string ). Please help me out. Thank you in advance

image

1 Like

Hi @vino

What is the variable type of the input dialog?

Regards,
gulshiyaa

1 Like

Hi
Welcome back to uipath community
When getting as password
Enable the check box IsPassword and get the output with a variable of type secure string
Cheers @vino

2 Likes

Hi!
Excellent ! I got useful information here. Thank you!