엑셀 프로그램이 충돌하는 것 같아요 I think the Excel program is crashing,

특정 프로그램을 돌리면 엑셀 파일이 자동으로 다운로드 되는 프로그램을 사용 중입니다.

워크플로워에서 위 프로그램을 실행하고, 이후 만들어진 엑셀 파일 내용을 읽어오는 방식으로 프로세스를 구성하였습니다.
그런데 워크플로워를 실행하면 아마도 결과값으로 만들어지는 엑셀을 UiPath에서 사용중이라 파일이 정상적으로 다운로드 되지 않네요.
아무래도 같은 엑셀 파일을 이용하다보니 충돌하는 것 같은데 방법이 있을까요?!

I’m using a program that automatically downloads Excel files when I turn on a specific program.

The process was organized by running the above program on the workflow and reading the contents of the Excel file created afterwards.
But when I run the workflow, I’m probably using the Excel that is made of the result value in UiPath, so I can’t download the file normally.
I think it’s conflicting because I’m using the same Excel file, is there a way?

wich application do you use to download excel automatically?

i cant see all the scenario but if its a conflict between UiPath robot and this other application you can try use an delay activity to execute before

We use programs that are not on the market, but are produced separately. It’s a program developed as Python.

you can use the delay activity or delay after/before to execute the action that you want, sometimes the robot is to fast

@sooyeon_Lim

You need to put some Element exists or AppState that your Python program is loaded correctly and ready to go further

Hope this may help you

Thanks,
Srini

Is there a specific activity to enter AppState?! Where do I enter it?