Using simple wildcards in a Filter Snap?
I have a pretty simple Pipeline that gets a directory listing from Box, filters those files according to their filename, then calls Pipeline Execute to fetch the contents of the matched files using this syntax: $FileName.match(_FILE_NAME_MATCH)!=null...