As the title suggests, I have been stuck on trying to create a textbox search in Powerapps against a Multichoice column in Sharepoint.
Scenario:
In Sharepoint, I have 2 Lists:
1. "Projects in Flight" with a column that is multichoice (Testers). Users are able to add Names of Multiple Testers from the second list below, into this column.
2. "Names" contains one column only (Name)
In Powerapps I have created a text box (txtsearchTesterName) to search the "Testers" column for any name and be able to produce a result that shows all projects associated with that Tester's Name.
I have attempted the following but with no success..
Filter('Projects in Flight', txtsearchTesterName.Value, Testers)
Your help will be greatly appreciated.