I have the following application which takes data from a form rewites a word doc with the info and sends the email all in the background. Now i want to streamline the process by providing it with a database so the person using automation only has to select the name of the persone and the automation handeles it from their.
I have tried researhing to try and find a solution but i had no luck .
You can use Excel File as a DataBase with UiPath app, but for that you would need to create Studio Process to perform CRUD Operations, You can insert the data into DataTable and then rewrite it back to excel.
This is a document which you can utilize to build your app.