In a dataflowtask , i add a source which reads the ID from a Table. then I call a Scrip Component which calls a REST api and processes and the output is sent to a Destination.
I want to take 10 records from the source at a time to a script components as the API takes multiple ID's at a time. How this can be achieved in SSIS