@arnaud.ledoeuff22 , to be clear, when you facet by a custom Bubble type - which is what you’re trying to do - the results you get will be a list of that datatype’s Bubble IDs as text (and the facet counts for each). The GetFacets visual element will not return this as anything other than a list of unique_ids as text - so it won’t be a list of that datatype’s things which can be easily used in the Bubble editor.
As a result, if you would like to present the Bubble records associated with the unique_ids returned by the GetFacets visual element, then you will need to Do a search for where you filter by those ids. That way, you could then easily work with/display any data associated with that custom type.
Does that make sense for your use case?
If so, I’ve identified an improvement we can make to fix this for ya. I could implement this and test for release by Monday. Let me know if it’s what you need. Thank you,