I tried setting the reset function in data on advanced to true - but that doesn't reset the textbox value after I enter data. If I use Button3.Pressed in the reset function under data and advanced, it does reset the values, but resets before the data will move to the form so it doesn't add the information to excel.
This is what I have on my Next button. This works for updating my excel file but it also doesn't go to the next page which is another question.
OnSelect -
If(!IsBlank(Name_1 || Address_1 || City_1 || state_1 || ln || zipp), SubmitForm(Form6),
Navigate(Question_2, ScreenTransition.Fade,{error2_v:false}),
UpdateContext({error1_v:true})
)