Hi @Naomi ,
You need to check your SSIS Precedence Constraint expressions coming out of the 'Get Expected Row Count' Task. Both of them. Unfortunately, the question doesn't show the SSIS Precedence Constraints.
You should try Evaluation operation: Expression and Constraint
First Precedence Constraint (Audit - nothing to extract):
(1) Value: Success
(2) Expression: @[User::RowCount] == 0
Second Precedence Constraint (Create Header Text):
(1) Value: Success
(2) Expression: @[User::RowCount] > 0
UPDATE
Please make sure that you are using the correct variable(s).
Your screen shots show that there are two different valuables are in use:
- User::varRowCount
- User::varHeaderRowCount