Hi Folks,
I have two file. One is raw data nand another one is Template. I am trying to copy data from raw file and paste into Template and then save file . I have created differnet outpath with range but while running it throwing error like can not open file as it already used in another program. becasue I am trying to paste data in different cells but same sheet. Is there any way to perform this task ?
Solved! Go to Solution.
@prpanw, How many output tools do you have?
You might need to put each one in a control container separately and then chain them together so it only does one at a time.
I've found that if I'm trying to output to one sheet, I will get the same error as the file is being used by one of the outputs, causing the other that is trying to complete at the same time to fail.
@prpanw Try the Blob tools, the below post might help for your use case
This thread has the same question. Check it out.