I’m working on an interface where I need to display the latest update for each case dynamically. Here’s the setup:
Data Source:
Goal:
LogText = 'Updated'
Challenges:
I’d love your suggestions on:
Discussion posts and replies are publicly visible
1) Have a proper pagination and only query the columns and rows which would be helpful to build the grid.2) Use Appian's guided experience to build the basic structure of the interface and most of your issues should be sorted.
Kumar Agniwesh I appreciate your suggestions—they're super helpful.
For pagination, I’m planning to use QueryEntity to fetch the data. Do you have any tips for structuring filters effectively, especially for things like status and date range?
QueryEntity
Regarding the guided experience, I’ve used it to set up the basic layout, but I’m still fine-tuning the dynamic updates when users apply filters. Any advice on managing real-time updates for larger datasets without affecting performance?