How to search and display data

Hi All,

My challenge is that I am trying to retrieve a field and display it on a text element. This need to be done on page load.

I am already passing the data I need to search through the url. Example https://abc.com?SearchID=X12345

Now I want to use the SearchID value (X12345) to search a table and retrieve CustomerName value (ACME). Then display this on a text element.

I hope I explained this well enough.

Thanks in advance for your help.

Do the Bubble lessons. You’re doing it wrong.

Keith, I have watched the lesson but I am sorry I must be missing something.

My project is to load the main page, ask user to enter a SearchID. Then I search to validate that the product exist. If ture, then pass the SearchID through the url and load the next page with the CustomerName that matches the SearchID.

The first half I have completed. I am just stuck on retrieving and displaying the CustomerName.

If this is the wrong way, how better method would you use?

Thanks,

Big-Mo

This forum post usually comes up when searching how to search

Thank you boston85719