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?