âDeleteâ is for deleting the Monthly Reports that you have been downloading for each of the tax id. Itâs just for cleanup since the actual file that you may want for upload is the yearly reports.
Your âDeleteâ activity should exists right at the end of else condition for âSystem1_CreateYearlyReportâ.
Let me know if it helps.
Thanks,
Rammohan B.
I thank you for the help ⌠but I know that I expressed myself badly (so I apologize). my question referred to the âSet the Path field to the value in the Config fileâ that I did not understand what it is. @Rammohan91
Okey. My Bad, I too was talking about the delete activity in a different place. Here in this case, your Config.xlsx file should contain a path with a value. This will the path where all your Downloaded Reports are stored. Walkthrough is just asking to create this Delete activity so that the the next time when you run the same workflow again from scratch the path wonât have any duplicates of yearly reports.
Here is snippet of path in Config.xlsx and Inside the Property of Delete activity:
Let me know if it helps,
Thanks,
Rammohan B.
thank you very much, itâs right thanks for the help ⌠I would like to ask you one last thing
can you tell me what you mean by âThe previous yearâ.
thanks in advance for the help. @Rammohan91
You need to download the monthly sheet data for the year 2017 from Acme-Test site. Thatâs the reason you have to create a variable and store the previous year value i.e. 2017.
Use Assign activity as:
ReportYear = (now.Year-1).ToString
You will pass this value as an argument for your next workflow that you will be creating.
Let me know if it helps.
Thanks,
Rammohan B.
thank you very much @Rammohan91 for your constant help !! you solved many problems. Excuse me if you take advantage of your skill to ask you something else.
I can not understand what I should do according to the sentence above
You should have created it already under you Config.xlsx file with the name as âDownload_Reportsâ and Value as âData\Tempâ as mentioned in my previous post.
You can just move to the next step.
Thanks,
Rammohan B.
could you help me? it generates an error that does not know how to solve (the error says âOption Strict On does not allow Object type operands for the operatorâ + ââ