Hi all,
I am new to building flows and I am trying to convert answers from forms to an integer value to score questions.
I have 9 questions at the moment, they are choice based and the response is full text. The idea is to add all the value and score the response. It all works fine but I am trying to make the flow a bit simpler. I am currently using the condition action which is less than ideal especially to maintain.
so I have this for each of the 9 questions: Condition ( if response = xxx, then var=1 else Condition ( if response=yyy, then var=2 else var=3))
I tried to use the select action, mapping the text to integer values but this didn't work.
Any suggestions to make this easier and more efficient?
Thanks!