Hello.
Did I understand correctly that through the instruction in the file - Kryon RPA - Base Wizard Template (With DB Logging) v2.pdf I can, for example, in my test database (not kryon), create a table, create global groups, and in any wizard, add global groups and each step performed by the robot will be written to the table in my test database?
This is how I understand it, something similar to debug trace, when you run a wizard from the studio and there you can see the txt file, only this is logging for the robot, when it starts, for example, in the mode unatended, only it will be in the table in the database
to handle any exceptions, I add exception handling to the step blocks, i.e. I have to do it with my hands in any case, i.e. I add the global error handling function to places where errors can occur, and the phrase that I gave as an example makes me think that I can not add error handling, for example, the window is not found in the block, and the main wizard will still find this error and write it to base, is it true or false?