Hi, I'm quite new to PowerApps and would appreciate any help anyone can give, I feel like its a 'me' issue and the solution should be obvious but I'm not seeing/understanding it.
I'm trying to filter a list within a PowerApp so the user can select a name from a dropdown and this filters against a People/Group Column in the list. I've tried the following:
Filter([@'MyList'], 'Assigned Internal Contact'.DisplayName = ComboBox1.Selected.DisplayName))
Which comes up with the Delegation Warning. This is the same when I try the above expression but for a Choice Column (to a different Combo). Even though its only a warning and I only currently have 10 records in my list, when I preview the app they don't actually work either I'm not sure how to correct so the filter works properly.
Ideally I would list to be able to be filtered by either selecting from either Dropdowns OR a search text box and the list to be completely visible before the user selects either drop down or starts typing in the search box but I've not even looked into that side yet I'm just stuck here