Is it possible for when a condition isn’t met it gives us the name of the particular file within the condition that isn’t there? e.g. We have a job that currently checks for 15 files to be present before it runs the tasks, if one of those files is missing, we have to manually search each directory to see which one is missing. If the logging was a little more descriptive, we could remedy the situation a lot faster.
Thanks