I am new to Power Apps and I am having some problems when trying to add a filter to a dropdown using a lookup field.
This is what I am trying:
Sort(Filter('List Name', 'LookupField' = ""), 'DropDownDisplayName',Ascending)
If I use another list where the dropdown is not a lookup column it works fine.
Any help or ideas on how to fix this will be very appreciated.
Thank you!