Problemas con try catch

Buenas tardes.

estoy haciendo un try catch con una actividad de “click boton” dentro. en el catch tengo un delay con otra vez el click boton.
El problema es que no encuentra el boton y en vez de seguir con el proceso, o dalrle click (pues si que aparece el boton en pantalla) simplemente me para el proceso poniendo error : que no se encontro el boton. como es posible que me pare si esta en un try catch justamente para evitar ese problema??

Alguna solucion con este problema por favor? gracias

@aprendiz
Welcome to the forum

Let us know if the process is stopped when the flow is debugged. If so this is a normal behaviour (instead to run) and we can set also
grafik

Another option could be to use check app State activity instead of try /catch surrounding

Hi @aprendiz

You can use the Try catch to handle the exception, In the second click activity that you are using in the Catch block. Open the properties of click activity and check the Continue on error option.

If it fails, it didn’t throw any exception it will continue with the forward process.

Check the below image for better understanding,

Hope it helps!!

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