What type of variable type have to assigning for read cell output?

Hi @vanithavs ,

You could use UiPath.Core.GenericValue as the Datatype for the Output variable. There are cases where if a strict datatype was used in Read Cell Activity it would result in an error, hence we stick to GenericValue type. We can do the Type casting or Check later with this type.

image