Search for a bubble master $$

Hello,

We search for someone who can help us on our app.

We would like to create a search with 2 values selection into 2 dropdown.

Inside this dropdown we have a lot of categories, our customers have to select one in each dropdown to find what their need.

Thank you
have a good day

This is pretty simple to do:

  1. Add a data type for each of those categories (dropdowns)
  2. Add those categories into whatever the user is searching for (the repeating group)
  3. Add constraints into the repeating group where the data field = the dropdown values

Ex:

  1. Two data types : City, Degree
  2. Repeating group data type: Courses
  3. Dropdown 1 would search for all cities, Dropdown 2 would search for all degrees
  4. Repeating group would search for courses where city = dropdown 1’s value, courses = dropdown 2’s value

Hope that helps.

If not, you can book a session with us at nocodify.com/sessions and we can go through it together.

Tal

4 Likes

Hi,

Thank you for your help I will try it.

I’ll give you a feedback if I need more help :slight_smile:

Christophe