UI Builder Filter Component Not Showing Dynamic Values from Data Resource
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
16 hours ago
Hi everyone,
I’m trying to populate filter options dynamically in a Filter component within UI Builder. I’m using a Data Resource that returns a list of values based on the logged-in user, and the data resource itself is working correctly I can see the expected result in data resource.
However, when I try to bind that data to the Filter component, the filter does not display those dynamic values. It seems like the Filter component isn’t picking up or applying the values returned from the Data Resource.
I am returning the dynamic data using the transform data resource. The data I am returning through the data resource is something like this
[
{"label" : "ABC"},
{"label" : "DEF"}
]
Has anyone successfully used a Data Resource to drive dynamic options in a Filter component? If so, how did you configure it, or is there any known limitation or workaround for this?
Any help or suggestions would be really appreciated.
Thanks!
