Forum Discussion
tstack
8 years agoFormer Employee
I think the FilePoller is intended for cases where a file is expected to be created in a directory and then an action performed on that file when it appears. Are you wanting the FilePoller to produce a document when the poll is done and the file is not there? I don’t think that is supported at the moment. You could use a Script snap that periodically produces a document and then use a regular FileReader to check if the file is there. If the file is missing, the FileReader will write to the error view.