No output from text parser

This is my first time using a text parser module so I’m probably missing something obvious–but I keep getting no output when I run my scenario (currently just watch new emails and the text parser).

My goal is to extract certain data from the text of an email that follows a consistent pattern. For example, one of the phrases in the email will be “[image: donor picture] Full Name donated” and I want to extract Full Name.

Using regex101 I verified that “/[image: donor picture]\s+(.+?)\s+donated/gm” should output Full Name

The watch email module includes this output in the “text content” field

But the text parser module runs with this output:

And this is the setup of the text parser module

I’d appreciate any assistance, since Venmo doesn’t facilitate automation, and my organization’s bank doesn’t play well with Plaid to automate from that end.