I’ve been trying to make a quiz as part of a larger tour app. I created a multiple choice questionnaire with a button block that links to a detail screen in the action. I would love to set it up so that when clicking on an answer, it opens up to a detail screen and pulls information about whether the answer was correct/incorrect and a brief blurb about the response.
What I’m struggling with is…the detail screen seems to only pull from the same one row for each stop. What settings do I change so that the detail screen is not the exact same across all tour stops?
A few screenshots are below for additional clarity:
So your concern is on the “Langone Park” level, as you want to have different options for your question, not “Blizzard”, “Cyclone” or “Hurricane” every time?
Hi @c0bbler this is how I have it configured. My challenge is that every different tour stop also seems to have the same settings and isn’t pulling from a different row.
Hi @ThinhDinh, I was able other configure the question responses so that there are different options for the various questions. The challenge is that when I click on any option, the detail screen only pulls info from one specific row. I hope this helps clarify my ask
Your button action is Show New Screen→Downtown. As it is, that will always give you the first row in the Downtown table. To get a different row, you need to first establish a link to that row - using either a Single Relation or Single Value column - and then open the screen via that link.