Hi @jec!
That’s going to depend on how the data shows up in your email. If it was something like this:
Name: Jane Doe
Title: CEO
Age: 39
You could use a Formatter step (Text — Split Text) and choose the : to split on, selecting All (as Separate Fields) for the Segment Index. That would give you the first and last name as separate fields, which you could then map into a search field. If there’s a plain text field, or maybe even a body preview field, you could avoid having to remove the HTML formatting. That’s not necessarily ideal if you’ve got middle names.
Another approach would be to use an Email Parser if you’re always going to receive emails in the same format (like if my emails always came in with the format I showed above, for example). Zapier offers a free email parser: https://zapier.com/apps/email-parser/integrations.
You have those emails forwarded to the parser, you indicate which parts you want to extract and then on later steps of your Zap you can map those into fields.
More info on the Email Parser: https://zapier.com/help/create/email-and-text-messages/set-up-your-email-parser-account-in-zapier
The important part is having a way to automatically send those emails to the email parser, either directly from the source (if they're notifications, for example) or setting something up within the email app that's currently receiving them, to have them forwarded.
Hope that helps!