After successful operation , I still get 0/100,
so I’m looking for mistakes.
Could I set the in_Year argument to “2018”?
hello @stella007
may be name of the file you download will be not according to walkthrough
Name should be like for Year
Yearly-Report-2018-DE767565
and
for monthly
“Report-”+in_TaxID.ToString+“-”+in_Year.ToString+“-”+item.ToString+“.csv”)
item should be “February”
for example “Report-DE767565-2018-February”
Hope it will help you.
Happy Automation
@sandeep13 thanks
and how to do this.
Create a new variable called ReportYear. Use an Assign activity to set its value to the previous year
?
@sandeep13 ah~ thankyou ~
actually…
I have completed the following work:
—Queue items have status Successful
—WI4 items in ACME application set to status Completed
but when I upload and Submit assignment, I got 0/100
I don’t know what the problem is. I have to do it all over again T.T
@stella007
do you following step every time??
every time you when upload zip
you do following step
- execute dispatcher that upload item in orchestrator successfully
2)then run processer
3)zip both project in one file
make sure not reset data in https://acme-test.uipath.com
Yes, It’s all done.
As you said above-“Report-”+in_TaxID.ToString+“-”+in_Year.ToString+“-”+item.ToString+“.csv”)
item should be “February”
for example “Report-DE767565-2018-February”
Here’s what mine looks like,Is there any problem?
you are using months as integer like 1,2,3
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
hope it helps
Thanks
Happy Automation
@stella007
I attached sample workflow…go through itSystem1_CreateYearlyReport.xaml (19.9 KB)
hope it help
Make sure there is no space between Hypen in name like
Report-RU567434-September
Report-RU567434-August
@sandeep13
Seems to have been solved
thank you !
great…cheersss:partying_face:
@stella007
if my any post would help then marks as solution …
Thanks
HappyAutomation
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.