Hi,
I would suggest to go for a temp table.
Create a temp table. Store teh source data in your temp table.
After this there are two approaches-
Approach1:-
After the dataflow task, use the Execute SQL task and write the update query.
Approach 2: If the source data is not huge , you can go for an SCD task in the next data flow task to update your record based on your Business keys.
Regards,
Chandrashekhar