• Hardy,

    Check the table is exist in database before you do the load process. If the table is not exist update a user variable ( create a variable , datatype: bool, default to False) to true. Check this variable in precedence constraint by changing to "Expression" condition.

    If you work out the above scenario in For Each loop container passing through all table names, you can load it one by one by evaluating the above condition.

    Maharaj

    🙂