Folder Name changes after execution

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.

Thanks in advance

@Rafael_Carvalho

can you please show your flow

cheers

@Rafael_Carvalho

If possible, could you please share the file path you are passing it to Write Range activity.


strFPFicheiroConcessionarios =
C:\X\X\X\Year\X\X\ReplaceConcessionario\X_Month Year.xlsx

It’s a simple write range activity

@Rafael_Carvalho

Write range would create only files and not folders…so ideally the change might be triggered because of something else

cheers

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

@Rafael_Carvalho

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

cheers

so, create the file in on desktop for example and then move the file to the specific folder?

@Rafael_Carvalho

ideally thats what you can do…

cheers