Skip to main content
July 6, 2022
Question

Get value from Record User Filter

  • July 6, 2022
  • 5 replies
  • 0 views

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 

5 replies

harshitb6843
July 6, 2022

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. 

July 6, 2022

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

stefanhelzle0001
Brainy
July 6, 2022

Fetching the values from record defined user filters is not supported. Try to follow [mention:ef600ff8f5d2497eb2def2126dc89484:e9ed411860ed4f2ba0265705b8793d05]s advice.

July 6, 2022

Thank you Stefan, will do