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