My use case is this:
I need to read multiple files of the same format. I achieve this using a macro. So far so good. Sometimes, a few of those files do not follow the expected template format. My macro still produces results (as expected) for the correctly formatted files, and throws the usual "Error at Record #X: File not in expected template" etc for any files that are incorrectly formatted.
My question is, is it possible to pass the info of those files to a 2nd macro output so that I can use that info in my workflow and have for example a list of "Incorrectly formatted files" for manual investigation?