I have a question, if you could send me in the right direction for finding a solution.
I have multiple PDFs and for each PDF i have a certain value, that its common for 2 or 3 of them - i have an excel with two columns in which i have the name of the pdf and the value for each one.
Your post isn’t very clear. Could you try and rephrase your question?
You want to join related PDF files based on words, phrases? Are these duplicates? Give us some more information so we can help you, including an example.
I Assume that the Pdf File paths would be present in the Column File Name of your Excel as in the Below Image.
We could Perform a GroupBy Based on the Bill Number Column to get the Grouped data of pdf file paths based on the Bill Number. This can be performed by using a Linq Query as Provided Below :
The Joining of the PDF Files is done through the Join PDF Files Activity.
Now, as we have the Grouped data, we can Loop through the Grouped data and Supply the list of file paths from each grouped data to Join PDF File Activity as shown in the Below Image :
If the File Name Column doesn’t contain the full file path, we would need to modify the flow for adding the full path at first and then continue with the remaining flow.
Let us know if this doesn’t satisfy the expected requirements and explain what is the reason.