I’ve created a Collection with some simple questions: Yes or No. My goal it to step through these questions and tally the number of Yes clicks and the number of No clicks, as the user progresses. I’m trying to do this on a single page, (without creating a new page for each question.)
I’m not requiring users to log in, so I can’t refer to that info. In order to step through the questions, I’ve created an input field, question_number, (which I’ll later make invisible) with a default value of 1. With each answer, this will be incremented and and passed to a List, to display the next question.
Problem: As a test, I’ve got a Button. I’m trying to increment this input field but I am stuck.
Add Action > More… > Change Input Value
Input Select > question_number (as described above)
Value ??? (looking for formula where I can enter question_number +1)