Forum Discussion
dementad
12 years agoGenius
If you put your logic in a loop like this, you can make y as large as you want. It will automatically end the loop when you run out of data.
<#list 1..3 as y>
<#assign username = restadmin("/users?page_size=1000&page=${y}") />
....
</#list>
This may not be the optimal way to do this. I'm very new at this, but it works.
Related Content
- 3 years ago
- 3 years ago