Help with calculating user form inputs to create an output

Hi everyone,

Very new to FlutterFlow and developing at this level in general. I've done a little on Bubble but mostly just basic site creation like Wix etc. This tool is amazing though and I’m creating an MVP for a web app.

I’m struggling to identify the correct method to take non-numeric form entries to generate a numeric output. Here’s a more specific example

Question 1 has 4 options (A.B,C,D) and each option is a text statement
All further questions follow this format roughly with 10 total questions.

I’m trying to create an output based on all of the inputs the user entered. For example, if a user entered mostly ‘Option D’, then I’d like to recommend “Product D.” And this needs to be relatively nuanced, as in not binary from any one question's answer.

The method I thought would be simplest was assigning a value to each answer choice (A=1, B=2, C=3, etc), summing all answer choices, taking the summed value and displaying an option based on the summed value. For example, if all answers sum to 30, then recommend “Product C”

I feel like I’m so close to figuring this out but I just couldn’t get there. Any suggestions for assigning a custom integer value to a form input and calculating to create an if/then product output?

Thank you!

2
6 replies