I have been trying to run a bank confirmation process whereby once the user selects the client’s name in the input dialogue, UiPath will retrieve all the files containing the different banks for the specific client and will automatically convert the bank confirmation from Word to PDF. Is there an example to do this?
Can I also check if there is a way to select files which contain for instance the company name? I tried using this Directory.GetFiles(FilesInFolder,SelectedCompanyName) but unable to extract the files.