• before each load of data set a variable say (RowsLoaded) to -1 or some arbitrary value then use a rowcount and assign the value to the variable when loading your data and after the load on the control flow use a expression and condition to test for success and the variable being > 0 then action the update.

    hope this helps guide you.

    I know it is not a fully detailed explanation so if you need any more help let me know.