This app checks whether a file exists at a specified path, which can be built dynamically using variables. Depending on the result, jobs are routed to the success or error connection, so your flow can react before further processing takes place.
With the "Invert logic" option, the check can be reversed: the job succeeds when the file does not exist. This is useful for detecting duplicates, for example to verify that an order or customer folder has not been created yet.
Typical use cases include waiting for required input files, validating dynamically constructed paths and preventing jobs from overwriting existing data.