Many times I encountered requests to extract specific tables from the content of an email. I discovered that with UiPath this is quite straightforward, although it has some tricky parts as well. If you’re still new to UiPath, you can find how to download emails by following this article: How to download emails with UiPath. New Project First let’s create …
Read More »Tag Archives: UiPath automation
Get files from a folder with UiPath
In this exercise, I will show you how to build an automation in UiPath which gets all the files from a specific folder and write their names into a TXT file. New Process First, create a new process. Enter a suggestive Name like 01GetFilesFromFolder. Next, enter a Description for the automation. In my case, I went with “The automation gets …
Read More »