Hi All,
I have to make a HTTP request using the Download tool to get 999 records in Json format. Along with the JSON output there will a Nextlink (another Http link) to get the next 999 records and the process goes on untill the Nextlink is empty. So I have to make a iteration at Download tool based on the output data.
How can I achieve this? Anyone faced similar situation?