Hello there,
I'm trying to apply a filter to a form in PowerApps, my list has only two columns, this is how the list looks like:
Names Status
Test1 Active
Test2 Inactive
Test3 Active
Test4 Inactive
I want to show in the Name.Datacard and in a Combobox, the names which status is Active. I'm trying to apply this formula but it's not working:
Filter(Choices([@TestList_1].Names), Value in Filter(TestLists_1, Status.Value = "Active").Names)
Both of my colums are set to be Choice, status can't add values manually, Names column allows to add values manually
Thanks in advance for your time and support!