Hi,
This is my first time working on PowerApps, I have created a survey on PowerApps and I am unable to make the Radio Buttons, or Text/Number Input boxes as required.* For now I have used the below formula in the button Visible section to hide the button if the Radio Button is blank. However, I am unable to figure the same out for a Number field.
If(!IsBlank(Radio3.Selected.Value),true,false) - I've tried to use this formula for the text field but it doesn't work properly.
If(Value(TextInput1.Text)<Len(9),true,false)
The Number field, should have 10 digits and only then the user should be able to go forward with the form. That's the first question.
Secondly, I have a thank you page, at the end of the survey, and it navigates to the first question after 5 Seconds, however, the app does not refresh automatically for the previous entries to be blank. Is there a way to auto refresh the app after it's Navigated to the first page of the App.
Any help is appreciated on the above. Thanks in advance!