VINAY Assign: Input string was not in a correct format

im not getting complete data of SqFt after running the bot im geting “Assign: Input string was not in a correct format.” this error


Real Estate.xaml (18.6 KB)

Hi @Vinay_Kumar6 what value you are getting? could you share that.

Hi @Vinay_Kumar6

Please put a write line too before assign.

In write line you could type this → CurrentRow(“SqFt”).ToString

After that we can understand the problem.

Regards

The error is due to you are trying to convert a alphabet or special character values to a double.

Regards

Sreejith S S

Hi, you cannot convert a string to a double. Go to variables at the bottom left and change the type to String.

Hope this helps

Hello, you can not convert a string to a double, yo will need to declare variable variable as string.
Regards