Hi,
I am needing my automation to run weekly, but there may not always be data/file to update. Therefore I am wanting the automation to:
- Look for the current year and open that folder (example: folder title “2018”)
- Then I want it to look for a folder to be dated 2 Mondays from the current date (example: if the automation runs on a Wednesday 10/8/2018, then it will then look for a file folder titled “10/22/2018”) then access the file within that folder titled “Routing Guide 10/22/2018”
- However, if there is not a folder dated for 2 Mondays from the current date then it will send an email “There is no data to update.”
I have tried several different options, but keep getting errors - specifically in my variable types. I can’t seem to figure out the correct one for what I am trying to accomplish. Step 2 in my above process is my main hold up. Still fairly new to UiPath and learning more and more everyday. Thank you!!