Repeating Group Not Displaying Data Based on Dropdown Constraints

I’m experiencing an issue where my Repeating Group is not displaying data as expected. Here’s the setup:

  1. Repeating Group Configuration:
  • Type of content: Training Plan.
  • Data source: Search for Training Plans.
  • Constraints:
    • Distance = Dropdown 1.Distance's value.
    • GoalTime = Dropdown 2.Goal Time's value.
    • TimeToRace = Dropdown 3.Time to Race's value.
  1. Dropdowns:
  • Each dropdown is configured with static choices (e.g., 5km, <4:30/km, <1 Month).
  • Default values are correctly set to match database values.
  1. Database:
  • The Training Plan database has entries matching the dropdown values.
  1. Workflow:
  • A button triggers a Display List action, setting the Repeating Group’s data source to Search for Training Plans.

Issue:
When I select dropdown values and click the search button, the Repeating Group does not display any data, even though I have verified matching entries in the database.

Steps Taken to Debug:

  • Checked for value mismatches between dropdowns and database fields.
  • Tested the button workflow in debug mode (values seem to pass correctly).
  • Ensured all constraints are met (e.g., Ignore empty constraints is enabled).
  • Confirmed Repeating Group layout and rows/columns are sufficient.

Request:
What could be causing this issue? Are there other areas I should inspect to resolve this?

can you create a video or post a link to the editor?

Sure: see here → Pablowaksman | Bubble Editor

It’s here: Pablowaksman | Bubble Editor

any idea?

Check the privacy rules, also it is better to use Option Sets for this.