Hello!
I'm upgrading a WAB builder into Experience Builder and am looking to replicate WAB's Query functionality when it comes to displaying only the queried features on the map.
The feature layer I'm working with has hundreds of thousands of points. WAB allows me to query all of them (via a combination of attributes, spatial filters, etc. even if the point layer itself isn't visible) and then draw only the ones pulled by the results. It's a system I set up to get the user to only 'call' the data they needed, as too many points drawn on the map will certainly cause issues.
I've been able to mostly replicate this functionality by setting up a point query whose 'Records Created' trigger acts on the Map Widget to show only the ones I want. The problem is that they show up in some sort of blurry yellow highlight that's hard to see, especially if the points are clustered together. WAB allowed the user to customize the way the output features looked on the map, but it looks like Experience Builder only allows me to pick a symbol for display on the results list:

I've been looking everywhere to see if there's some other setting that I'm missing but have yet to find anything. Does anyone know if such an option exists? Or am I going to have to figure out a way to filter the source data layer with the query results so that only those show up, but with a proper symbology?
Thanks!