Hi,
Newbie here...
I have connected my app to two SQL DB tables. I'm trying to filter one of these tables by a dropdown list and I'm having a series of problems. I'll go with the first one.
I have created my Table with the fields I'm interested in. Then, I have created my dropdown list and assigned it to the Table field I want in there for selection.

The first problem I have is that when I run the app, I see repeated values in the list (so I'm seeing all the rows in the original data source).

How can I create a list (or a collection) that only gives me the unique values in that column?
Thanks a million!