I created a clone of the index page in my app and did some changes on it. When I try to test those, I encounter a work flow error (from app: Please include an email).
My existing index page works perfectly and I have verified that the basic steps are exactly the same as that on the existing page, and am not able to figure out what might be causing this issue
Try re-building the signup workflow from the start to see if it clears the issue. There might be an element reference that didn’t carry over when you cloned it.
If that doesn’t work, run the workflow with the debugger on (step-by-step mode) and when it gets to the sign up action, evaluate the value being used for email.
Double-check that the email input’s content type is set to “email” and not text.