Most Efficient Way to Sort Files to Different Folders

Hello everyone. I am creating an invoice processing automation and within that automation I need to sort about 30 different types of invoices into different folders. Right now, I am using document classification and the classification result in a bunch of nested If activities to sort the different invoices into their appropriate folders. Is there a more efficient way to sort these files based on classification results into their respective folders?

I am not able to attach a workflow document, but it is basically the document classifier followed by 30 nested if classification result = Company A then move to Company_A Folder. I am also using the regex matches activity as I do not have document understanding enabled in my license, so I cannot use the document understanding methods for different types of extractions.
Thank you!

@james.althoff

You can consider using switch activity instead

Cheers

Thank you!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.