I’m confused on why this is happening in assignment 2 - Generate Yearly Report. When the file saves, it is saving in Generate Yearly Report-Dispatcher-Data-Temp instead of Generate Yearly Report-Performer-Data-Temp. Therefore, when process goes to read the csv; I am getting the below error. I check all of the arguments and variables and they are done correctly.
hello @jonathan89
can you check once default value of filepath adn path that enter in save as dialog box
if you getting filepath from excel file you can check there also
Buddy kindly check whether that file is present in that folder @jonathan89
or check with spelling or special character mentioned in the file path, is there any mismatch with original one…
you can also check with path exists activity where you can pass this path as input and if the path exists this activity will return us a boolean value…
Cheers @jonathan89
Kindly check the path you have provided in your in_ReportsDownloadPath. If I’m not mistaken, that’s where you put the path. Can’t check the xaml file you have provided as I have a lower version of Studio.
I figured it out. It kept saving to the default folder ‘Downloads’. I fixed the issue be doing a ‘Basic’ recording. However, I have another issue, and asking if you can help me out.
January File is saving as Report-TaxID-1, however, the Report File Path is set to read Report-TaxID-Year-Month, so therefore it is throws me the error below.
Did anyone else encounter this? If so, how did you fix it? I have tried to play with this, but removing Year and Month from the file path and putting Report-TaxID-1, but the problem is when February is downloading it is showing Report-TaxID-2.
1)use select Item activity target should be like that <webctrl idx='1' parentid='searchForm' tag='SELECT' />
month should be string array .value will be {“January”, “February”,“March”, “April”, “May”, “June”, “July”, “August”, “September”, “October”, “November”, “December”}
for reference
don’t forget to attach browser activity at top of the activity