Write Cell: The process cannot access the file because it is being used by another process

I’m using the Write cell activity, but the following error message is appearing, when I wait a while I can run normally … I don’t understand why

2 Likes

Hello @rildo13
Based on the error message and your issue description I would suggest that you put a delay activity (maybe around 5 seconds) between each Write Cell activity.
This could be happening because the second Write cell activity is trying to access the same file while it’s still being accessed by the first Write Cell.
Basically an issue with execution speed vs processing speed, a delay between the activities should fix this.

Try giving it a go and tell me how it goes, hopefully it solves your issue.

Happy automating! :vulcan_salute:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.