Rename folder시 폴더가 없을때 계속 진행하게 만들기 Continue when there is no folder when there is no folder folder

rename folder로 특정 폴더의 이름을 변경하고자 합니다.
그런데 앞에서 rename folder를 사용하려고 하는 폴더가 만들어지지 않았을 경우, 계속 rename folder 이름 변경 명령에서 멈춰버리네요.
혹시 rename 대상 folder가 없어도 계속 명령을 실행하도록 할 수 없을 까요?

You want to rename a specific folder to rename folder.
However, if the folder that you want to use the rename folder is not created, the rename folder command keeps stopping.
Can’t we keep the command running even if we don’t have a rename target folder?

Hi @sooyeon_Lim

You can just put the activity inside a try catch activity like this
image

Regards!

Geez… I never thought of this kind of method.

I’ll try it.
What should I designate Exception as?