I am using google sheets search module to get the contents of a 1000 item file. Filtered on the football team name. However I only want to process 15 of the items I find. I followed it with an n increment module and then but on a filter on the connection going into the next module to test if the increment is <15 but its doesnt work. ie it doesnt stop it just keeps processing them all
Google search module sends ALL the items(bundles) that match the football name all at once so that increment is only performed once. Useless
Can anyone help on how to solve this or what other module might work
There doesn seem to be a way of looping through google sheet bundles one at a time at all as far as I can see - really frustrating