Hello, everyone!
I am having some difficulties in finishing the second assignment of the Developer Advanced Course because of this issue:
In the workflow responsible for downloading the yearly report, I’ve used the type into avtivity in order to type the file name in the field. I’ve composed the filename by using the function Path.Combine, as follows:
Path.Combine(Environment.CurrentDirectory,in_RepDownlPath,“Report-”+in_TaxID+“-”+in_Year+“-”+month.ToString+“.csv”)
!
Altought it composes the filename correctly , it never saves it with this name Report-FR…-January.csv and, therefore, the activity Read CSV isn’t able to find the file.
I’d really apreciate your help on this! Thanks in advance.
Kind regards,
Livia