Hi, I'm running into an issue, and I have no idea how to begin resolving it.
I am trying to make a standard macro that can take catalogs of product data, with some catalogs having up to 65,000 rows. I need this as a macro, because the logic needs to be used across three different workflows. The first five rows of data are header rows that I don't need, so I'm trying to use the Select Records tool to drop them. When I use it, though, the tool doesn't seem to work.
This is how I have the tool configured:

This is info from the tool's input view - I'm starting with 57,046 records, like I'm supposed to:

And this is info from the same tool's output view - suddenly 41,923 records:

I have no idea why 15,123 records are being dropped. From what I understand, how I have the tool configured should grab everything starting from the sixth row and ending at the very last row. I need to verify at which row the output starts, but the one header row I'm trying to keep is completely missing, so I assume the offset is from the beginning of the data.
There is only so much information I can share beyond this, just because a lot of the data is proprietary, but I would be happy to answer any questions I can. I tried looking for this same issue through Google, and I wasn't able to find anything.