This should work: count(#{ExperiencePlatform.ProfileFieldGroup.profile.identityMap.all(contain(currentDataPackField.email,"@asd.com") )}) > 0 The all() function will return any listObjects whose email address contains the substring "@asd.com". I used the "count() > 0" wrapper because listObjects...