Tried a search for this, and haven't come up with anything. Hopefully I have posted this in the right place.
I have a workflow that splits the records using a filter tool. Sometimes there are records in both the T and F output anchors, but often all records flow through one or the other. The T anchor prompts me to only look at the first few records, while the F anchor takes a random sample for further analysis. My problem occurs when all records flow through the F anchor: When this occurs, the "select records" macro from the "preparation" section of the tool pane throws an error as there are no records for it to select.
The simplest solution would be to change the message tool within the macro to throw a warning instead of an error, but it seems editing is blocked, which makes total sense. My next step was to make a copy of the macro, rename it, and add it to the workflow to edit, and it is still blocked.
Short of rebuilding this macro from scratch, are there any other suggestions or tools I could implement that would help in this scenario?