Text Parser not giving output for extracting an email from a forwarded message :(

Hi There

I am new to make and Ai automation. I am trying to create a simple flow of

  1. extracting an email address from a forwarded email using text parser

  2. sending an email to this address using gmail ( send email)

Problem: My text parser function is NOT returning an out put.

Here is a screen shot of what I am entering in Text Parser. Someone

please help fix it!

Welcome to the Make community!

Looks like you need to select the “Multiline” option.

If you need further assistance, please provide the following:

Could you go to regex101.com, paste in your Pattern at the top and paste a complete/full example text you are trying to match from below it?

Then, save the regex example and share the link with us here.

This will allow others to assist you here with your pattern. Thanks!

Thank you!

Here is the link regex101: build, test, and debug regex

Looks like the regex is returning the desired mail address but somehow I am not able to collect it as output in my text parse module to pass to the next module.

The pattern in your link

Screenshot 2025-09-19 003254

is completely different from the pattern in your screenshot above

Hope this helps! Let me know if there are any further questions or issues.

@samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

sorry, I have been trying different regex to capture the email.

The second string seems to be working now with the value collecting in “FallBack Value” variable in the Text Parser output.