Hello Sir/Ma’am,
I have multiple Pdfs as input. Now I want to group some pdf into another folder. There are some data are common in these pdfs (Ex- Po_No–1234). So, How can I do that?
Hello Sir/Ma’am,
I have multiple Pdfs as input. Now I want to group some pdf into another folder. There are some data are common in these pdfs (Ex- Po_No–1234). So, How can I do that?
Hi @Mihir_patel
Use Move file Activity with a Specified condition!
Steps
For each Directory.Getfiles(“YourfilePath”)
use Path.GetFilenameWithoutExtension(“YourFullpath”).contains(“YourFilename”)
Then Move file to a specific folder with move file activity!
Regards