Hello,
I have a list of document files, and each can contain one ore more different types of documents.
I need to detect first if those documents contains more than 1 document, then detect which type of document they are, and finally split them to have 1 file = 1 type of Document (plus adding the type of document to the name of the splitted file).
I would like to know if this automation is possible to build using DU in UiPath, or if I must find another way to do it.
Can anyone help me ?