• Hi All

    The way around this is to create a script package that performs the check of the Excel file modified date. If this check passes then this package will start another package that will perform your other tasks, i.e. the import of the data in the Excel sheet into your table. If the modified date is outside your parameters then this package will fail and not start the next package.

    I hope this helps others