Resolved! Iterating over an array in XQL
Is there a way in XQL to iterate over an array?
Imagine there is an array of mail receivers i want to check if each one contains a specific keyword such as "@company.com" so that i know there's no receiver outside my organization.
emails = ["user
...