I am trying to build an automation that has to go on different websites to get information. I want to set up an error handling structure for whenever there is an error, I want the robot to log the error, but then move on to the next website without aborting the whole process. I already started creating the workflow ( in picture) with each website connected to an error State that logs the error message. How do I code an exception to go specifically to the Error State without stopping the whole process?
