I'm trying to find solution to my workflow for sending 50 rows per call . I have database - getting data from - building json from the tables data and posting on rest api call . but data from this tables is huge 50 Mb where as my rest api accepts only 5 mb per call . im using throttle tool per minute 50 records , when I'm using tool i''m not able connect my download tool at the same time for posting data . My workflow waiting for throttle to complete all the records and then download tool starts post .due which Json data size is same when it is hitting download tool for posting .I have also tired waitasecond micro ,for that same it is happening same . Any suggestion will really appreciated