Hello,
I know how to process an array using an iterator, but my question deals with larges chucks of information where they only deliver a certain number of results in the array and then they include the next starting after ID so you can get the next array. I'm limited to 100 results in an array, but I have 800 total records to go through, so how would I configure this so I could cycle through all 800 records in batches of 100? If you go into the task, this is just a testing area and the step number is 8 list leads and then the iterator is step 9, but I need to utilize the "next starting after" in step 8 to pull the next 100. Thanks!
I know how to process an array using an iterator, but my question deals with larges chucks of information where they only deliver a certain number of results in the array and then they include the next starting after ID so you can get the next array. I'm limited to 100 results in an array, but I have 800 total records to go through, so how would I configure this so I could cycle through all 800 records in batches of 100? If you go into the task, this is just a testing area and the step number is 8 list leads and then the iterator is step 9, but I need to utilize the "next starting after" in step 8 to pull the next 100. Thanks!