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
Hello blerinadurguti
Here I assume you have a batchSize predefined in your expression rule. if not, You need to set it and in the grid button pass the Next startIndex and batch size into the query parameters. More insights for us on your code more answers on your question. Please share your code snippet.