CSV Looper, iterate over specific rows only

Hi there - I’ve integrated a CSV looper and it’s working great, however I’m missing one piece. My CSV file contains about 220 rows. I want to show the top 10 rows only where column D equals a specific value, for example “testB”. So if rows 1-100 have column D with value “testA” and rows 101-220 have a column D value of “testB”, I want the looper to grab only rows 101-110.

Is this possible?

Hello @webdesignteam,

Thanks for writing in!

Yes, it is possible. You can utilize the String Condition column D IS “testB” in the Looper Consumer element.

Kindly let us know how it goes.