Error with a Query in Node Project

I have the following condition in a query:

and get the following error:

(node:35322) UnhandledPromiseRejectionWarning: 
Error: Undefined binding(s) detected when compiling FIRST.
Undefined column(s): [**EMail.Gesendet] query: select top (?) [**].[**EMail].[AktivitaetId], [**].[**Aktivitaet].[IsDeleted] from [**].[**EMail] inner join [**].[**Aktivitaet] on [**].[**Aktivitaet].[AktivitaetId] = [**].[**EMail].[AktivitaetId] where [**].[**EMail].[Gesendet] between ? and ? and [**].[**EMail].[AbsenderEMail] = ?

What does this mean?

**deleted parts of tablename for security

I’m not sure, but I think that one of the parameters used is undefined.

Hmm, that is my Server Action:

I think I found the problem. I had to add another condition. I don’t get the error anymore.

Thanks for your help. You can close the topic.