Hi,
The Field Key for the firstName field is title . So…
Not this:
.eq(“firstName”, request.path[0])
But this:
.eq(“title”, request.path[0])
I hope this helps.
Yisrael
Hi,
The Field Key for the firstName field is title . So…
Not this:
.eq(“firstName”, request.path[0])
But this:
.eq(“title”, request.path[0])
I hope this helps.
Yisrael