Read cell

I want to read a cell value for that I have used read cell(Workbook) but I am getting the error while printing the value in message box
I have attached the error message snapshotCapture

Uploading workflow snapshot:
Capture

readcell output variable type:IEnumerable

@sowmya if you use “ctrl+k” in the Read cell output Result, it will create a variable type GenericValue. Please try changing the variable type to GenericValue.

showing error:Option strict disallows on implicit conversion from generic value to ienumerable

Please follow this example:
read_cell.xaml (7.0 KB)

1 Like

hi

change readcell output variable type to:GenericVariable

1 Like