Hi there,
I’m still getting used to bubble but making great progress - well I think so…
today I’m trying to populate a popup with a recurring group where the contents of each cell is a value from a list of things in a data table…
the scenario is…
a poll is created with several response options, these options are stored in one field as a list of values.
from there a user can click on a poll in a repeating table which revels a popup where the responses are listed.
I’m trying to get them into a table of some description so that a user could click on one of them.
my challenge is that the number of response options is variable, so I though a repeating table was a great idea with an embedded button with each response option.
I also need to be able to record what response the user clicked on in the popup- this will go into a responses data type where I’m recording the name, the poll and the response…
do I need to change the way I’m storing the responses to allow me to do this? seems like I’m missing something?