I hope someone can help me with my data filtering use case.
I have a data type called Products which has 10 fields, one of which is Delivery Name (list of Delivery Services- another data type). Then, I created a repeating group to display Products data type and want to filter this repeating group using a dynamic dropdown.
I managed to make work the filtering by Product Name, but for some reason Delivery Name filtering is not working.
However, I have a new issue related to dropdown elements that I can’t figure out the solution.
I added a constraint in the Repeating Group to display only data that the field availability = No, then added two dynamic dropdown elements to filter data in the repeating group where a dropdown 2 depend on the choice of dropdown 1.
Now the dropdowns are giving the option to select and filter all data of the Products Data Types, and I don’t know how to filter and display only the data with availability = no.