Random Errors occur

Hi all,
I am currently having an issue with random errors.
I build rpa that exports data from a couple of different websites, move them to certain folders, and rename them.

This is pretty much simple, and I only used basic activites- click, rename file, type into etc.

Whenever I run the RPA, there are random errors occurring.
For example. when I ran it for 1st trial, rename activity did not work. However, for the 2nd trial, click acvitity did not work, but the rename acvitiy actually worked without modifying anything.

Do you know how to solve those natural random errors.
Thank you for your help.

Sincerely

Make sure before renaming none of the file is in use, so kill the files if any is opened or their process still hangs in task manager.

Click not working - Use retry, also try n stablise the selector when it doesn’t work check the properties for the same.

Will have a better understanding if you could share screenshots for the workflow.
Thanks

Hi @UNO_Yoshiki

Welcome to the Community!

This is the case of selector issue,
You should be taking care of the strings which might be changing in the title of window or on any subpart of the page,
a good selector for type into activity or click or any performing activity should have a unique identifier with some * or variables if there are some unique texts coming everytime for a different transactions.

So try to fine tune your selectors, that’ll solve your issue :smiley:

Happy Automation!!