I have a database with categories and I want only unique categories to be displayed in the list on the page. In the collection, the data is repetitive as these categories are mentioned within different sections. How can I filter them so that the categories are not duplicated in the FlutterFlow interface?
How to filter out duplicate values when querying from a database?
Database & APIs
Checked the filter settings in FlutterFlow, but did not find a solution for getting unique values.
Checked the FlutterFlow documentation, but did not find the necessary information on filtering duplicates in queries.
Yes
1