It must save it as “Report-IT-145632-2018-January”
But it is save as “Report-IT-1”
Is there anyone who can solve this problem? I tried hard but could not solve. I can also send screenshots that show the contents of the variables if you want to.
I dont see how is possible the same string can show 2 different things in different activities… Also you dont need to use ToString if it is already a string. Maybe change in your type into where you have lots of quotes to Chr(34) + ReportFilePath + Chr(34)
Could you use the message box just after before “click save”?
Because accourding to your screenshot, the path is still not wrotten because the whole path shoud appear.
Also, in Type Into you don’t have to use quotation marks, the variable ReportFilePath (it is a string or shoud be converted into string with .ToString) should be enough
Hei, I had the same problem. Try using path between quotation marks (“”“” + ReportFilePath + “”“”) and uncheck the Simultate Type property. It worked for me.