

So I am trying to loop through my sharepoint list. Since there is a maximum of things that can be looped through I want to use the Do Until to loop through 500 items at a time, until the entire list has been read through. So I intiliaze all my variable and set my list item count (The Send HTTP) to count the amount of items within my Sharepoint. From there I am comparing the counter to the items in the Sharepoint to continue my loop. What do I need to set my increment to in order to keep iterating through the list adding 500 each time?