Skip to main content
April 5, 2022
Question

Nested Filter in Record

  • April 5, 2022
  • 4 replies
  • 0 views

Hi,

My requirement is to add search in Records.

Eg- I have 2 Dropdowns for Country and State. The Dropdown country has list of all the countries and the dropdown State has list of all States for all the countries. If i select Country as "India" from dropdown then the list of all the states of India should appear in States dropdown.

This search is possible in interfaces,but my requirement is to have  similar in Record.

Thanks in advance

    4 replies

    stefanhelzle0001
    Brainy
    April 5, 2022

    The standard Record filter do not allow this pattern. But you can easily create a custom record grid and add these filters above.

    peter.lewis
    Employee
    April 5, 2022

    Here's the page in the docs that describes how to build the pattern that you're describing: docs.appian.com/.../recipe-configure-cascading-dropdowns.html

    gopalk2865
    Participating Frequently
    April 5, 2022

    Hi Peter, Actually user wants to implement cascading drop-down like functionality in record as user filter and it can't be achieved directy .