How to record failed macro to csv with errorIgnore

How to run all macros without stop and record failed macro only to csv

To continue after error you must add this command at begin of your macro code

{
“Command”: “store”,
“Target”: “true”,
“Value”: “!errorignore”,
“Description”: “”
},

But how to record those error to csv?

You must creare the macro code to save in csv your custom data

Here info about csvSave

https://ui.vision/rpa/docs/selenium-ide/csvsave