You can use the Read File action to look for a regex in a file (and then conditionally build the next step based on the result), but only in text and not binary files. We'll consider supporting binary files in the future, but for now, maybe you could call FIND or FINDSTR?
|