I wanted to filter a list based on Job Title. I need title containing ‘IT’
but the issue is it also takes contacts with titles - DigITal etc. What’s the way to create this list?
Thanks,
Rahul
Hi @rulpats,
Along with the “contains any of IT”, you would have to include filters like “does not contain any of Digital” - it’s not 100% accurate, as there might be a “Digital IT manager”, hypothetically, but it’s unlikely. Still, you should think about edge cases.
Best regards!