How do i show data based on my choice instantly after i pick the choice

hi guys…

i have now walked in to this issue a few times now in my project and kept moving on from it and try fix it another day… but now i need to find a way to do it…

i have a searchbox to search for vustomer in my database… i want it to be that when i click and chose the customer from the list in my searcbox it should show all the customer information in my text element below
like this:

but what ever i try it wouldnt show these data when i chose the customer

Set the text element’s data source to the Searchbox’s value’s field for each piece of customer info you want to display, like name or address.

thank you so much @cmarchan that worked! :smiley:

1 Like

Use constrains when you use the searchbox to search of a specific keyword so that the data shows on your repeatgroep. if that is what you mean