Issue fetching all data with Integration call with get method , while feching it says total size as 5000, but displays only 2000, can someone please help and let me know, how to fetch all set of data
Discussion posts and replies are publicly visible
Usually the number of results displayed in the integration designer is limited to improve performance. However, the data is still returned from the system, so it will store all values if you save the results into a variable on an interface or process model. Also, you could try calling your interface as a rule in the expression rule designer. It usually displays more results in the expression rule test output, and you can also use functions like index() to return certain fields or rows from your response. https://docs.appian.com/suite/help/latest/fnc_array_index.html