Add Search Box in Canvas Power App
In this blog we will see how to add Search Box in Canvas App
Step 1 – Add text box in your screen.
Hint text – Search

Step 2 – Select Gallery and on items of the Gallery write your query
Syntax –
Search(DataSource,InputText.text,Attributename)
for example –
Search(‘Safety Checklists’,SearchBox.Text,”mc_name”)
Output –

Hope this helps !