Skip to main content
February 8, 2023
Question

How to implement page option drop down

  • February 8, 2023
  • 4 replies
  • 0 views

Hi there,

right now in Appian what I know is that if we need to go to certain record, we have to keep clicking ">" until we get there. 

Could anyone let me know how to implement the page drop down, so we can directly get to the record by choosing the page?  

Regards,

Lin

4 replies

harshitb6843
February 8, 2023

You can build a logic around showing these page numbers as choiceLabels and the starting record number as choiceValues in the dropdown and then simply pass the selected value in the startIndex of the pagingInfo parameter.

That should work as per your expectations.  

linp0001Author
February 8, 2023

Thanks for the information, do you know how to integrate with grid layout?

harshitb6843
February 8, 2023

Passing it in the paging info and then passing the paging info in the rule from where the data is being generated and then finally showing that data in the grid. 
Also, this will be an addition to the existing paging configuration that the grid has.

abhayd3663
February 8, 2023

This is a good feature. I hope Appian provides it OOTB in future.