Fetching data from database

Hello Team,

I am new to bubble and stuck with the following problem:
In my bubble app, I have a group within which there are elements that display data by fetching them from respective fields within a record in the database. How do i link a group to a particular record so that the elements can identify which record to read.

Hello and welcome :smile:

It really depends on what you page is trying to do, there are several ways to do this.

On initial load you can set the group to find the record in “Data Source”.

So this could be a search based upon an input. Or it could be something sent to the page.

You can also do the same thing in the workflow, by having an action that sends a record to a group.

If you give us some more information about how you know which record to display, we can get you to the right solution.