Issue: Filtering "Find People at Company" by Geographic Location
I have a webhook pulling third-party website visitor data that includes: company name, domain, city, region, country, and postal code.
I'm trying to run a "Find People at these companies" search and filter results to only people located in the specific city/region provided in the source data (e.g., if the activity came from "Austin, TX" I only want to find people based in Austin).
However, I don't see a way to reference or pass the location fields (city, region, postal code) as parameters in the "Find People" search filters.
Current Workaround: Running an unfiltered search and then using a lookup table post-search to validate location matches, which is inefficient and pulls unnecessary results.
Question: Is there a way to filter "Find People" searches by geographic location using dynamic column references from my source data? Or is there an alternative approach to achieve location-specific people searches?