But there are no illegal characters in path. It happens when i put a “.pdf” string after the variable which contains the new file name.
What is the solution for this problem?
It shouldn’t be the case. We can use as many variables as we wish, it’s just a string concatenation…
Can you please check whether you’re missing any "" value between the variable? Or share the values of variables here.
can you run the program and show the output as a message box or write line activity instead? That is a helpful first step in debugging to ensure the variables contain the values you’re expecting
Can you verify that your source and destination path are valid. You mentioned you are validating using a message box right? Are you able to navigate to the folder level correctly? There might be a \\ or something being added.
when i type in value of this activity “the needed string” in stead of the regex expression the move activity works
and i think it is because of that the expression put a white space behind the needed string
what should i change in this expression?