Hello, in my survey there is a geotrace question. I am trying to perform a spatial query with a point feature layer to see how many points intersect the user's geotrace submission. I would like for the user to be able to see the number points that fall within their geotrace polygon right after they have drawn the polygon. Is this possible using the pulldata("@layer") function? There's a lot of information online about the inverse where you query if the user's geopoint is within another feature layer's polygon using pulldata("@layer"), but not so much in regards to querying the survey's geotrace polygon with another online layer. If there are other methods that would allow this functionality, that'd also be great to hear! Thanks