Hi,
Is there any way to have a dropdown menu show a list of elements filtered on a specific property value (ie 'Type' = 'Main')? The property value can be hardcoded for now.
I've tried to link the dropdown component with the result of a GQI query, but no luck so far. Perhaps there is another way?
The end goal is to then dynamically display other components based on the selected element.
The dropdown component doesn't work with the result of a query.
The Query Filter component (still in soft launch "ReportsAndDashboardsPTP") could be an alternative, but this sends out a new query (and not an element).
Might be interesting to create a task for your use-case, so that we can evaluate if we can support it better.
Ruben for your Get Elements query, you already tried to Filter the query on Type, Filter Method: Contains and your value?
The Query filter component with Get Elements data source query is also an option?
Hi, the query is working fine, I get the expected list of filtered elements. I just can’t push them to the dropdown component.
The alternative is to use the GQI table feed itself for selection, but it looks less nice.