Hi There
I am new to make and Ai automation. I am trying to create a simple flow of
extracting an email address from a forwarded email using text parser
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!
samliew
September 18, 2025, 3:37pm
3
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.
samliew
September 18, 2025, 4:34pm
5
The pattern in your link
is completely different from the pattern in your screenshot above
Ruchi_Agrawal:
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.