list all excel rows
filter by rows where column N is equal to N or W
Search through a data store for records where a value is equal to 0 or another is equal to SL
then filter by rows in excel where column CE is equal to the key in the data store
I cannot figure out how to use iterators and aggregatorsd to map the functions with the least amount of data usage and operations.
So originally i did have the data store before the excel module. The issue with that though is that it would iterate through each data store and search through excel which was sucking up all my data transfer amount.
I checked the “list table rows” it is showing the same thing as the “list worksheet rows”