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.
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.