Hi everyone, this one has really bugged me and I really would like someone to put me out of my misery. Scenario: I have two SharePoint lists, one called Client List and one called Client Deals. In Client Deals I have a look up column called 'Client Name:' and this field points to the single line of text field in Client List called 'Client Name:' . The issue I am having is I cannot return a gallery list in PowerApps using the data Client Deals, which I want to be able to do so deal status can be updated on the fly.
The following code should work, it does if I replace 'Client Deals' with 'Client List'. What am I doing wrong/ missed, please?
SortByColumns(Filter('Client Deals', StartsWith('Client Name:', TextSearchBox1_1.Text)), "ClientName", If(SortDescending1, SortOrder.Descending, SortOrder.Ascending))