Hi, i wanted to ask if anyone has ideas on how i could filter emails. Currently i have a data base with some invalid emails, an example is John.@example.com, because of the (.) after John its an invalid email thus i want to be able to filter this email so it doesn’t go through my scenario. How could i resolve this.
You can use a text parser for this @TrosaSolutions
Welcome to the Make community!
You can simply use a filter with a Text Operator “Match Pattern” condition.
For more information, see the Filtering page in the Make Help Centre, which covers the following:
- Adding a filter
- Operators
- Copying a filter
and also,
- Basic operators
- Other operators
Also see the Make Academy course on filters.
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —
Getting Started
- Help Centre | Tutorials – Make “Manual”
- Make Academy – Basics 101: Learn Make and get certified
Help Centre Basics
- Mapping – What is mapping? What can I map?
- Mapping with arrays – How to map items in an array
- Aggregate an array for mapping complex fields
- Date Format: tokens for
parseDate
| tokens forformatDate
- HTTP modules – Make a request, Get (download) a file
- Webhooks – Error Handling, Responding to webhooks
Articles & Videos
- Router Magic Formula - YouTube
- Error Handlers in Make - YouTube playlist
- Getting started with OpenAI - How to setup and use OpenAI (ChatGPT) in Make
- How to use Regex in Make - How to use pattern matching to extract the text you want
- Webhooks – Make Academy – tutorial on how to use Webhooks
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.