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
Discussion posts and replies are publicly visible
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.
State is not a user filter of record, and Yes I wanted to update the CIty filter when State value is changed
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.
Hi Peter Lewis
Have similiar requirement to refresh values of a user dropdown filter when user selects another user filter.
Do we have anything in version 21.4 regarding this.
Thanks
There is nothing in a recent version that changes anything here - like I mentioned above though, you can still simulate this using a dropdown using this pattern: docs.appian.com/.../recipe-configure-cascading-dropdowns.html