I am new to bubble and I have a repeating group that contains a list of addresses. I want to create a workflow when a user clicks on a row of my repeating group it does an action. I would prefer not to add a button or make the user click on the address itself if possible. I just want them to be able to click anywhere in the row to activate the action.
When I open the Workflow and click on “when an element is clicked” my repeating group name does not show up in the list? Is there some other way to achieve this?
Hi there, @ken.newman… complementing Adam’s suggestion, you could also consider (if you don’t want to use a group for one reason or another) putting a transparent shape element over top of everything in the row, and attach a workflow to the shape element.
Make sure the group has the current cell’s data as its data, and refer to the parent group’s data in all the elements inside the group (and in the workflow).