Can i Move file after my UI activities got error(exception) cant find element or something exception

i use click activities find row field startswith my String from excel datatable and then if click activities can’t find the target i got exception how can i skip that excel(move out) and go to next excel
What do I miss?

Hi @Harpoon

You can use the kill process activity to close the excel file at which place you want.

Hope it helps!!

@Harpoon
Mark click property continue on error as yes so it will ignore error and go in next file.

1 Like

very helpful to me. but my move file didn’t work

@Harpoon Bring Move File Activity In try block Or Finally Block. if you put in final block it will run in case of other exception as well.

@Harpoon are you able to resolve this issue.

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