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
Not sure what you mean. A grid supports paging by default. You just need to configure your query correctly.
Can you share your code?