I am using a particularly useless reporting software, which when wanting to generate a CSV report, it does not allow you to download it directly, you need to wait 30mins+ for the software to send you an email with the CSV attached.
In order to automate this so that I can get this data to be read by PowerBI I am proposing the following 2 desktop flows:
1) Record a flow that will periodically (eg. once per week) access the reporting software and generate the required report.
2) Record a second flow that will run periodically (but lets say a day after the first), which will open the email with the report and save the CSV to a folder that PowerBI can read and do analytics on
I am not sure how to achieve (2) since how do I record which specific email the workflow should open each time? The email will have a similar subject and from address but it will not be the same email. Can the Desktop Recorder achieve something like this?