Skip to main content
May 4, 2021
Question

How to refresh user filter values configured in record

  • May 4, 2021
  • 5 replies
  • 0 views

I have a dropdown component and a record-based read-only grid on the interface. My requirement is to refresh the user filter value based on the dropdown values.  

I am using Appian 20.4 version

    5 replies

    peter.lewis
    Employee
    May 4, 2021

    Can you clarify your behavior a bit more? Do you want to have one filter be affected by another (e.g. select a State and the values in City are updated)? Unfortunately that behavior is not currently possible using user filters.

    May 4, 2021

    State is not a user filter of record, and  Yes I wanted to update the CIty filter when State value is changed

    peter.lewis
    Employee
    May 4, 2021

    Yeah unfortunately that isn't possible. You could create your own dropdown fields that display above the grid and configure the logic within those dropdowns, but otherwise you can't achieve this behavior with user filters.