Hi, @supermanPunch sir,
I want to skip the questions in the create form while running the form.
the form contains 28 questions broken up into 4 categories, each containing 7 questions.
the sum of the score earned by the user is assigned to the variables called cnt1Score,cnt2Score,cnt3Score,cnt4Score
If I tried to skip any question it shows an error like this
RemoteException wrapping System.FormatException: Input string was not in a correct format.
Is there any way that I can skip the question without affecting the execution or getting an error like this?