Error "TypeConverter cannot convert from System.Double"

Hello!! somebodycan help.
In my code from course My First Automatation with Studio the error in the screen is another in my automatation not compile:

This is the issue…

23.8.0-beta.13817+Branch.release-v23.8.0.Sha.120cd3ec54f082511b48105e2cfb52f8897346a8

Message: TypeConverter cannot convert from System.Double.
Exception Type: System.NotSupportedException
System.NotSupportedException: TypeConverter cannot convert from System.Double. at System.ComponentModel.TypeConverter.GetConvertFromException(Object value)
at System.ComponentModel.TypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
at System.ComponentModel.TypeConverter.ConvertFrom(Object value)
at UiPath.Excel.Activities.ExcelReadCell.SetResult(AsyncCodeActivityContext context, Object result)
at UiPath.Excel.Activities.ExcelInteropActivity`1.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

This error message “TypeConverter cannot convert from System.Double” means that you are trying to convert a value of type System.Double to a different type, but the conversion is not possible.
May I know what value u are trying to convert

@Diego_Sanchez_Ov

i have the sae problem, i have a variable personalPhone with type string

Hi @tal

Try changing the variable datatype of personalPhone to System.Double. This should help you overcome the error.

Regards

1 Like

last question,
If the cell is empty it is giving an error

Hi @tal

Can you share a sample excel I will help you and do you have empty cells in the excel.

Regards

image
My excel looks somthing like this, and yes i have empty cells in excel

Hi @tal

Can I know, what is the exact process you are doing. Are to going to enter these details anywhere?

Regards

I am just trying to copy all the cells using Read Cell only