i want to get all values to see whether it contains comma or not
eg
RollNo
1,2,3
3
4
5
i want to get all values to see whether it contains comma or not
eg
RollNo
1,2,3
3
4
5
you can put foreach and use .contains to check if it has commas.
within for each i have used switch in which i ahve written
dt.rows.contain(“,”)
showing error
inside for each row just use row(“columnname”).contains
not working
Row(“RollNo”).tostring.contains
Hi @Ananya1,
You can use the find activity . It will return the cell info as array string.
Regards
Balamurugan.S