Hi @yveskwameh! Welcome to Bubble

There are a couple of ways you could do this. You could:

  1. Send the company data to the page using url parameters or path segments and having the parent element search for a company with the value of the url param as a constraint
  2. Have the page/parent element to reference to the user’s company by either searching for the company or referencing to a specific company record in a field

Overall, it would depend on your data structure and if you want to use url paths (website.com/dashboard/companyUID).

Here’s a few examples of how you might do it depending on your DB structure

Hope this helps!

1 Like