@at7140 , if you have some unique key for these 32 records, lets say Primary key (@id), then have a split activity before update data activity and provide condition as,
@id is included in 1,2,3,4,...,31,32
So only these 32 records will get qualified out of your 1000 entries and you can update those ...