Check string in datatable without using loop

Hi guys…
Can I know How to check String exist or not in rows and columns of datatable without using loop?

You just want to check if exists or want the row and column number if it is present?

No,My condtition is if data exists in datatable ,I skip that data to put into datatable.
If data does not exist in datatable,I want to put it.

Pass the Data table variable to “Output Datatable” Activity. Which gives String output. then use StringOutput.ToLower.contains(SearchVariale.ToLower)

Thanks sir,I will do it.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.