I would just like to ask if there’s a way to filter the data using a variable from a table read from Excel, loop through it, and through every iteration, write it to an Excel file?
So for example, I have this data, and I have 5 instances in the variable table, and after the loop, I would have 6 files: the whole data, and 5 filtered data using the variable table.
Maybe something like this would work? I haven’t actually tested it, but hopefully this gives you something to start from. Let me know if you are still having difficulty - or if I misinterpreted your question - and I can try to refine it.