Level3 in_Year arguments

After successful operation , I still get 0/100,
so I’m looking for mistakes.
Could I set the in_Year argument to “2018”?
image

1 Like

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

image ?

@stella007

you can set default value in create_yearlyReport workflow
may be you already did…

Thanks

@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

1 Like

@stella007
do you following step every time??
every time you when upload zip
you do following step

  1. 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.
:slightly_frowning_face:
As you said above-“Report-”+in_TaxID.ToString+“-”+in_Year.ToString+“-”+item.ToString+“.csv”)
item should be “February”
for example “Report-DE767565-2018-February”

image
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' />

  1. month should be string array .value will be {“January”, “February”,“March”, “April”, “May”, “June”, “July”, “August”, “September”, “October”, “November”, “December”}

for reference
image

don’t forget to attach browser activity at top of the activity

hope it helps

Thanks
Happy Automation

1 Like

@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
image

UploadYearlyReport (in_ReportPath ) what should I set for value ?

Thank you ~

@sandeep13
Seems to have been solved
thank you !

1 Like

great…cheersss:partying_face::partying_face::partying_face::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.