Hi there –
You're on the right track using the "Email IN" operator in Real-Time Journeys (RTJ) segments. However, the RTJ segment builder does not currently support bulk entry of values using separators like ;
or |
directly in the UI.
To work around this, here are a few options:
If you have a long list of email addresses, the most efficient method is to:
Documentation:
Create and manage segments in Real-Time Journeys
If your contacts have a shared attribute (e.g., a tag or custom field), you can filter by that instead of listing individual emails.
If the list is short, you can manually add multiple conditions like:
Email = user1@example.com
OR Email = user2@example.com
OR Email = user3@example.com
But this becomes impractical for large lists.
For more dynamic segmentation, consider using Dataverse views or Power Automate flows to tag or group contacts based on your email list, then build your segment based on that tag.