hi,
I am trying to create an app with search/filter function using Powerapps via Ms Teams. I have inserted a sharedpoint List by inserting a "Data Table" and a "Text box" to key in the search text.
With the "Data Table" selected, for Items, i key in "Filter(Proposal, StartsWith(ProposalAbstract_Column1,TextBox2.Text))". When i clicked preview, only row header seen. All my data disappeared and nothing happens when i type in the search box.
Is there anything that i forgot to do? Thanks in advance.