I’ve got a “fill in which Postal State you’d like” section in my app which is only visible is the checkbox “State” is checked , higher up on the page. The issue I faced is using the radio buttons, Users couldn’t select multiple Postal States , only one at a time, so to get around this I followed this youtube video: https://www.youtube.com/watch?v=yahP3RyVggY&ab_channel=CoachingNoCodeApps
You can see the workflows implemented for the checkbox here:
It’s got to be something with the repeating group because when testing with other elements in the “Postal States” (named States) Box, they’re visible without issues.
I’m sure its got to be something simple im missing. Thanks, any help is appreciated.
Try checking ignore empty constraints in the constraints of the search
If #1 fails, and if a state is a data type, add manually a few entries of “states”, remove all constraints and do a search for states and see what happens
Make sure that your rg is set to “visible”, as well as, any other parent it is under
Unfortunately the “State” RG still won’t show up when testing. My understanding is that RG’s use “App Data” to show the dynamic data present in the “App Data” Section of Bubble. Correct me if im wrong, but yeah im completely lost as to why this isnt working.