Skip to content

Instantly share code, notes, and snippets.

@jamesasu
Created July 8, 2020 05:36
Show Gist options
  • Save jamesasu/0cf4ba56ca461c6e1dda5a5d7ec04bdb to your computer and use it in GitHub Desktop.
Save jamesasu/0cf4ba56ca461c6e1dda5a5d7ec04bdb to your computer and use it in GitHub Desktop.
Use the current iteration number from the tLoop to get each page from an API endpoint.
context.Domain +"/api/myEndpoint?page=" + ((Integer)globalMap.get("tLoop_1_CURRENT_ITERATION"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment