I have a large action with many entries. I would like to add an entry (or multiple entries) to the beginning that check for error conditions and abort the action if any are found.
Also, if I run the action on many audio files I would like to know which files caused the abort, either by stopping on the first error item or displaying a list of problem files when complete (like rename does).
For example: If the track number or trackname is empty then I would like to stop the action.
If (expression is false) then abort
Is this possible currently?