I have in my App a registration screen and a list field where all customers are registered, how do I do the search for a customer on the DataCardValue6?

I have in my App a registration screen and a list field where all customers are registered, how do I do the search for a customer on the DataCardValue6?
Hi @Anonymous ,
One way to do this is to customise the data card with a button or icon that navigates to another Screen which holds a gallery of the customer records. You can use the OOTB List screen for this as it already has a search bar in it.
Set the new screen up so that when a user selects an item from the gallery it sets a variable that can be used to populate the data card on your form screen.
-----
If this post has answered your question please consider it for "Accept as Solution" or if it has been helpful give it a "Thumbs Up".