This tells me you have a variable named email that you have the email address in, but you have it scoped incorrectly (or never created the variable) and need to resolve that.
1 Like
This tells me you have a variable named email that you have the email address in, but you have it scoped incorrectly (or never created the variable) and need to resolve that.