I have a page for user to register their phone # but every time I go into workflows to (When Register button is clicked) I keep getting this issue alert (Sign the user up: Value should be number but right now it is a text) so i can’t get phone number to show up in my apps data. please help!!
This means your Data Type’s Phone Number Field is a Number while Input Field Element’s type is Text. Switch it to number and it’ll work.