How are you doing your batchPlay error checking.
For example, in one of my batchPlay recordings, I hide a Layer based on it’s name.
Now I would like to show a message box if that Layer Name does not exist for example.
I am interested to hear from others how they are dealing with error checking for situations like this
{
"_obj": "hide",
"null": [
{
"_ref": "layer",
"_name": "Brightness"
}
],
"_isCommand": true,
"_options": {
"dialogOptions": "dontDisplay"
}
},