Comment on page
Max response records
When you run an API request, Data Fetcher transforms the response into records using the response data transformation and response field mapping. Sometimes this will produce more records than you want. You can limit how many records are output by setting the Max response records.
For example, if the API gives us this response:

But we only want the first record, we can set the Max response records to 1 and we will get:

- On the create request screen, clickto open the advanced options.
- Under, Max response records enter the maximum number of records.
