Hi Members,
I have a requirement in Power Apps to filter the data table using text-input control [With SharePoint list]
I have a SharePoint list [Power Platform Training], with various columns like:
- Text
- Choice
- Currency
- Date and time

Using this SharePoint list, I need to filter the Power Apps data table using Text-input control.
For Example,
When a user searches for any column values in a text-input control, the data table should filter and display the data based on the provided text.

Can anyone please suggest how I can achieve this? Thanks in advance!