Hi all
I am using this piece of code to split PDF files by employee numbers



Is there a way to edit this flow to match a number on the PDF with one that occurs on a list of numbers in an xlsx and split the pages when it identifies a match? The reason I ask is that I have been asked to split PDF is a large file where the employee number is not in a consistent location
So if the list was
20231322
21645548
22846546
23968465
24945331
It would look for each of those numbers in the file and pull the page out as a separate document, using number as the saved name
Dave