Problem whit read column

I need to check if an element is contained in a column and i do:

codtrattspam.Contains(codTrattativa.ToString)

if codTrattaspam is a string the bof works, if a number it doesn’t work

@dnllorenzetti
I think Contains method is only for string class ,if you need to check for the particular digits in integer then you have convert the integer value into string variable by using the method ToString.

Regards,
Ranjith.

it doesn’t work

Hi,
Could you please attach workflow.
Meanwhile you can check this.
read column.xaml (11.0 KB)
data (2).xlsx (8.6 KB)