Hello Community,
Do you know how can I get the value from a record user filter? Basically I have several user filters for my record and when displaying them in a interface, I want to have some logic based on the user selection.
From the image above, my question is how to get the selected value for Team filter ?
Thank you
Discussion posts and replies are publicly visible
I think the closest way to do it is to build your own Team filter using the dropdown field and then pass that value to filter the record. That way, you'll keep this user filter exposed to the end-user (styling would change) and will also have access to the value as it will be stored in a local variable.
Fetching the values from record defined user filters is not supported. Try to follow s advice.
Hi Harshit, I though about that approach but I was wondering if there is a way of getting directly the value from the record user filter
Thank you Stefan, will do
Seems this feature to read values from user filters is high demand
I just came across this
Though it can be done with custom the UI to add filters above was not much accepted by end user , combination of user filters and custom filters .
Working .. but yet if appian gives handle or expose a way to get selected value from userfilter
Will be awesome …