Scenario : i have a table with 10 records [example- 1)person ID, 2)Name, 3)Mobile Number etc..]. On the top of that table i have search bar, so when i search with the “Name or Person ID or Mobile Number” it should display those records only.
How can i Achive this. Can any one Help me on this
Hi @Harik16924791
If the source is Data Page you can achieve this functionality by checking the checkbox in the Data Page.

By checking this checkbox in table layout it will display a search bar on top of the table and you will be able to filter using any value in the table.
If you want to use custom search bar then you need to pass the search bar value as a parameter to the source of the Table and implement the filter conditions according it.
Thanks,
Syed
@Harik16924791
If you’re built on the Constellation layer, then you can use promoted filters to achieve this.
Thanks,