Thank you both, I think I have the idea now and I’ve implemented it and am testing it now.

For a follow up…I have couple related questions.
In this scenario, I would need to add 11 records for each property that a user reviews, one for each year and contains all the categories, user email and property ID. With 100 properties in the database, and 100 users reviewing each property that’s 110,000 records. Question 1: Is the Bubble database efficient enough to serve lookups quickly? For instance, In the image below, I have data that pulls from the database and I can watch it render the numbers and they are blank initially, and I watch the numbers fill in left to right. Some of the data is calculated, and uses the data from the source we discussed above.

Question 2: Is there a more efficient way to store just the data that changes? If there’s 154 data points stored and only a few of them are changed from a default setting, do I really want to store every bit of that data?

Question 3: Given that I need to create 11 records every time a user selects a property, what’s the quickest way to bulk create them? An 11 action workflow solution to create 11 records of 14 fields each does not seem like the right way to accomplish this. Am I missing some bulk entry methods?