Hey bubble community! I just started using bubble this week and could use some help. I’m practicing with small projects that I eventually want to combine into a larger app. But for now, just keeping it simple.
I’m working on a simple habit tracking app. My current conundrum is how I can let users assign an icon (right now an image) to their habit. My habit data type includes a field of data type icon.
My data type icon has one field of image. I uploaded 6 images on the backend. In the icon field below, I have it set to display a random icon from the list.

When a user clicks/taps on the icon, a repeating group appears with an image in each cell and the dynamic image set to “Search for Icons:item #Current cell’s index’s Image”

From here I want the user to be able to click on one of the 6 images to have that image display next to “Habit Name” input field and become that habit’s icon when the user completes the rest of the form and clicks “Save” and appear within the main page. (just set to random for now)
I would love to apply this skill to any sort of user selection such as colors, actual icons, and more.
Any help is greatly appreciated. Thank you!

