The process cannot access the file 'PATH' because it is being used by another process

Hi,

this error was showing while fetching excel from that “PATH”.

how to resolve?

thanks.

@Venkatesh_Chowdary,

Close the excel file before running the Workflow.

Regards,
Lakshman.

1 Like

I have done the same…but then the problem hasn’t resolved

@Venkatesh_Chowdary, In case if you have missed this,

  1. The process cannot access the file because it is being used by another process - #9 by vvaidya
  2. Activity Excel Scope does not end - #2 by Susana
  3. Dispose of attachments in Send Exchange Mail - #8 by vvaidya

Regards,
Dom :slight_smile:

1 Like

Hi @Venkatesh_Chowdary,

Refer this code and implement in the uipath.

Regards,
Arivu

1 Like

Use close workbook activity before using the same excel in another process

1 Like