This activity has to be set up dynamically. We intend the run this robot on T-1 manner everyday. Both the files will be downloaded everyday with data of T-1 and then reconciled. I have built the below sequence for reconciling. I just want your help in downloading the files dynamically and using their path in the below .xaml file.
Let me re-explain my ask please. I have to download separate csv files from website(IRCTC) and from email(attachment shared via mail). The robot will be executed daily with both files being downloaded at T-1 basis.
If you are want to download those files from mail and website
For website you can click on the button, later you can automate the steps
For Email-> If the subject is same and constant, you can use Get Outlook Mail message activity and use For Each activity, Inside you can keep a If condition as item.subject = "Trains_booking_"+Date.Now.ToString("yyyyMMdd")+"_IN"