Hi!
I need to translate a SQL sentence into a powerapp dropdown/combo box and I don't see how.


I need to have a dropdown or combo box that shows only the people without nicknames. This would be the SQL Querry:
Select Table2.Name from Table2 INNER JOIN Table1 On Table2.PK_Table2 = Table1.FK_Table2 Where Table1.Nickname IS NULL.
Thanks in advance!