Hello,

I need to enter "Search" text into a textbox in Powerapps. Then I want to filter my data table for all matches to that textbox, then return the adjacent cell values in textboxes on my PowerApps canvas. For example my data table looks like this:

tableExample.PNG

I want to enter text into a textbox on my PowerApps canvas, find all matching values in the data table, then return the adjacent values in textboxes on my PowerApps canvas. In this example it should return "H00071" in 1st textbox, "H85468" in 2nd textbox, etc. Is this possible?

powerAppsForm.PNG