Forum Discussion
cjhoward18
5 years agoEmployee
For Next URL I believe you can use the expression:
'https:domain.com/object/page/' + (snap.out.totalCount + 1).toString()
to have second request add 2, then 3, 4, 5, and so on.
Thanks @cjhoward18, that worked for me!