My client's requirement is to have multiple cascading filters for grid field and record doesn't support passing filter values from one user filter to another, so we are using manual filters.
Hence, using OOTB record is not possible in my scenario and they want to implement the "Save Filter As" like in record as well.
Please guide for efficient possible approaches available.
Discussion posts and replies are publicly visible
You will need to persist the filters to a database table.
This example may be helpful to youhttps://community.appian.com/b/appmarket/posts/saved-filters-application
Thanks exactly what I am looking for.