How to check row index value?

I have a datatabable which is has output batchIDS_DT that contains ids like
BT-210209-411
BT-210209-431
BT-210209-453
CONCUR-AP-4343
ECONCUR-AP-23342 and so on.

And I did a for each row to check each items from the data table . I need to know if row.index.value.Contains “BT” I want to check the box if not then proceed. How do we implement that in UIPath the row.index.value.Contains ? in a for each row ?

Thanks !
row|673x500

@AhmedKutraphali - Try row(“columnname”).tostring.contains(“BT”)

whould this be based on the loops index ?

@AhmedKutraphali - Didnt get you. I just checked your screenshot…looks like you are already checking for BT in the workflow right?

@AhmedKutraphali

Check below for your reference

Hope this helps you

Thanks

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