Gmail Content is not being passed on to Open AI in Ask LLM step

I am trying to send the content of emails (that match my filter rules) to OpenAi to summarize them. But it’s not seeing the content of the email.

I tried first with Ask Assistant but that didn’t work, so I switched to the basic Ask LLM.

I can see that the email is getting to the LLM, because it is correctly triggered by emails that match the filter, but also because I am getting this response:

“I don’t see any actual email content or topics in what you shared”

It’s getting my prompt, just not the content of the email I am sending it.

So I figured maybe the Plain text version of the email was not present, so I decided to send both the text and the HTML versions, and I changed the prompt to include both:
Error-ActivePieces not seeing email content

But it’s still not seeing any email content. Even though I can see it is there in the sample data when I look at the flow.

This is the response I get back from Open AI now:

“I don’t see any actual email content or topics in what you shared - there appear to be placeholder markers for “plain version” and “html version” but no actual content between them.”

So it is getting the prompt I wrote, triggered by the correct emails, but it doesn’t contain the important part; the actual email content!

What could be going wrong?