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