I want to create some search boxes in FetchXML to find specific persons records. Once they do that it should show that person in a list. I'm unsure how to code such a solution.

I want to create some search boxes in FetchXML to find specific persons records. Once they do that it should show that person in a list. I'm unsure how to code such a solution.
Hi @Jamaal_Simpson ,
not sure of the question. But i can imagine two ways:
- when you create a list in power apps portals, you have the opportunity to create filters based on attributes. This is an oo-feature and might already fit what you want to achieve and you would not have to deal with fetchXML directly.
-you could also generate a kind of webservicepage which selects tableentries. Then create a page with the userinterface and call that service and render the results. This is quite intense in terms of programming but it gives you full control over the ui.
So, basically the question is a little bit, what the requirements are. So, may be post a little bit more on your requirements. So more colleagues could may be answer this question more specifically 🙂
Have fun,
Christian