how to delete rows from collection

Bharathwaj

New Member
Looping col2 is not required. You only loop the collection from which you want to delete the rows

Thanks again for your reply. What's happening is when i loop col1 and use "Collection Contains Value" (gave col2 and column as input), it is not matching the values. Also, to note the column names are different in both the collections.
 

sahil_raina_91

Active Member
Thanks again for your reply. What's happening is when i loop col1 and use "Collection Contains Value" (gave col2 and column as input), it is not matching the values. Also, to note the column names are different in both the collections.

Are you sure you are using below inputs

Collection : Col2
Column Name : Whatever is the column name in Col2
Exact Value : [Col1.ColumnNameofCol1]
Regex :

The output, Contains Search Term, will let you know if the value was found
 

Bharathwaj

New Member
Are you sure you are using below inputs

Collection : Col2
Column Name : Whatever is the column name in Col2
Exact Value : [Col1.ColumnNameofCol1]
Regex :

The output, Contains Search Term, will let you know if the value was found
Hi,
Thanks a lot for this. Made a silly mistake. You saved my day.
 
Last edited:
Top