• Hello,

    Thanks for the reply.

    There is no error message - the result is merely that the variable value is set to the unexpected value of Modifiedtime "and" Name.EndsWith(".txt") rather than Modifiedtime > Now.AddDays(-1) and Name.EndsWith(".txt")

    I didn't do a for each because it seemed more efficient to just pass the filter value and not have to add the extra logic to filter in SSIS and let the SFTP module only return the relevant files.