Help Needed: Unable to Access Radio Button in Repeating Group for Workflow

Hi everyone,

I’m working on a project in Bubble where I’m trying to create a quiz tool. The setup includes a repeating group, and inside each cell, there’s a radio button for selecting the correct answer. However, I’ve run into an issue: I can’t seem to access or address the radio button element from within my workflows. It simply doesn’t appear as an option.

Here’s what I’ve tried so far:

  • Checked the element hierarchy to ensure everything is set up correctly.
  • Verified that the radio buttons are linked to the appropriate data source.

Has anyone encountered this issue before? How can I make the radio button selectable in workflows, or is there a workaround that I should consider? Any advice or guidance would be greatly appreciated!



You can access radio button only within the repeating group related workflows (for example if you put a button inside a cell). Are you trying to access it in a regular workflow?

It looks like your submit button is outside repeating group. If that’s the case, it can’t access the radio button. Probably your radio button will update a state and your submit button will read that state.

2 Likes

@hergin Thank you very much for your tip. I was able to fix the issue.