com.kms.katalon.core.exception.StepFailedException: Unable to click on object 'Object Repository/Page_Plataforma de Aplicacin/button_Crear catlogo'

@juan.angeles The main point of the error message is:
Caused by: org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element … is not clickable at point (840, 664). Other element would receive the click:

Sometimes you have to put in a wait statement. Or, you may also have to “tag” on another element if a date display (or similar) is showing over the button. Other times, you may have to check the XPath that you have to the element. Take a look at the following: