Hello - I am trying to create a workflow that reads the directory where the alteryx logs are posted, selects log files created on a specific date (could be many depending on how many ran on the server) and then searches through the log files for the string "error" so we can know if any workflows failed. I sort of got started using the directory tool and was able to generate a list of the files I want, but I could not figure out a way to search though them all for the "error" string. So I then backed up and just pulled in one log file and for some reason alteryx had trouble reading it. It is a .log file and may be in XML format or something but I can't tell for sure. I tried reading it as a fixed length ascii but that led me nowhere either. Any help out there on how to do this? The ideal solutuon would be to also identify the yxmd workflow that failed (which is in the first line of the log). Would be greatly appreciated! Art.