Oops… This s embarrassing, I should know better. Thats definitely a Rookie error! Just fiddling around with trying to grab a users ID in order to better understand how the email users functions work.
Made the change but still returns error:
“WDE0048: Invalid .eq field value [Undefined]. .eq field must be a String.”
Thanks
JD
The first argument to eq() should be of type string and match the appropriate column name in the database. So you should probably be passing “loginEmail” (with quotes) and not the undefined variable loginEmail.
Also we’re coding in Javascript. Java is a completely unrelated language. If you enjoy type errors you should spend some time with Java.