Equivalent of get rows where for multiple arrays
Hello, This seems like a quite basic question, but I'm likely using the wrong search terms because I haven't found a good answer. I have a script where initially I was just making a list of strings (file paths) and could use them in sequential order without issue. As the scope expanded, I now need to do filtering based on criteria in two other lists of the same length that were created at the sam...