Forum Discussion

danielru's avatar
danielru
Frequent Visitor
1 year ago
Solved

List Generate function to fetch multiple API pages not working

Hi,   I have this function- the aim of which is to fetch multi-page results from an api:   let // Initial CandidateIDs List from Offers Query CandidateIDsList = offers[candidate_id], ...
  • lbendlin's avatar
    1 year ago

    Pagination is usually used for results.  You seem to be attempting to do pagination for the source criteria ( 50 candidate IDs per call) .  Make the List.Generate return strings, then add a column that calls the API with the string, then combine the results.