I have a SharePoint list called Applications with a lookup column to the another list called Platforms. I have modified the form for the list in PowerApps and all works well. The issue is that the Platforms look up list contains items I don't want to include for users to select - these are identified by a choice field (single select) called Status.
I've tried to work out how to Filter the Items in the drop down in the form, including creating a collection which I try to filter, but as the field is seen as a table, I can't work out how to do something like:
ClearCollect('Platforms', Filter('Platforms', 'Status'.Value <> 'Decommed))
I get various different errors (delegation etc) but I'm not sure if I'm even starting this the right way!! Any help/guidance greatly appreciated :)