Hi,
I’m a bit new and trying to figure out Bubble. I have a single page app that is a ~20 question survey. I have created “Survey Data” as a thing at the start of the questionnaire and as the user enters information I have a state that advances and changes which question is visible at the time. Each question is in it’s own group.
Many of my questions are not simple text inputs, but are instead stylized shapes with text inside of them. An example question would ask the user to choose a box and when that box is clicked I would like to record to a field in Survey Data text data on which box was selected (e.g. “Box 3”). In Workflow I am able to identify the field to write in Survey Data, but I cannot force a specific text string to be written.
In the example below, the user can select one of three boxes. I would like to save Survey Data field Experience = “Informed” in this instance.
Am I doing this fundamentally wrong? Should I be using a repeating group for these entries or some other kind of list?
Thanks,
Chris