I have some data in my SQL table. I have to pass the data in certain columns to a webservice and capture the output of the webservice in some other columns of the same table (Basically the webservice is designed to cleanse my data). I tried using lookup activity and pass the output of the columns in the body of the http request as dynamic content, but it does fetch only 5k rows. Did anybody face such scenarios before ?