Hi there,
I'm really new to Flutterflow, and I am in a scenario where I have a data coming in from Supabase into a dropdown, however there are entries that have the same name. Is there a way to remove the duplicates in the dropdown?
Basically, I would like it to remove the duplicate entries, so it reads:
Name 1, Name 2, Name 3, Name 4, Name 5
I get the list to update to the desired field, but when selecting one of the duplicate ones it fails. Any help would be greatly appreciated.