I am using UiPath to create a robot to get files from email. Some files are password protected and some files are not protected.
The password-protected files are sent in with a password in email body.
Example email
From: ABC <abc@outlook.com>
Sent: Monday, 5 October 2020 10:54 AM
To: BCD <bcd@outlook.com>
Subject: Files
The password is: ......
There can be 10 emails and 2 have password-protected files do I let the robot know which files are password protected and to open the password-protected Excel file and move the data to a mega Excel sheet containing all the files from the 10 emails.
I am unsure of the activities to put in the workflow to perform these functions. I am also unsure if the below method I did is the right way to approach this.