I have a read-only grid that uses an expression rule as its data source. Now, I want to implement manual pagination. When a user clicks on the 'Next' button, it should trigger a request to the API to fetch the next set of data, which will then be displayed on the interface. Is this doable in Appian?
Discussion posts and replies are publicly visible
You can user pagingSaveInto parameter to save your paging details and can pass those details to API.