Hello everyone, currently i’m having the following issue:
I have a process that creates an excel file and saves it into a folder, i’m using the full path of the file (including the folder) to use it on a Write Range activity. The problem is that in every execution, if the folder already exists, it changes the name to: replaceFolderName.
I’m running through Orchestrator in a production machine.
the questions is, if i’m passing the full path of the file including the path of the folder, why i changes the name to replaceX?
Where X is the original name
ideally as mentioned write rnage would not create or change or modify or do anything with the folder…it would either create the file or use existing file only