Project detail page not displaying the data on the page

Hi there,

I have been trying to figure this out but nothing is working, your help is greatly appreciated.

I have 2 data types (project and detail) and they are both linked to each other. I have a RG that is displaying project cards and when I click the ‘view’ button it takes me to the detail page. The detail page need to display all the input data I collected via a form. The detail page is blank, don’t know what’s going on.
Screen Shot 2024-05-17 at 3.47.07 PM
Screen Shot 2024-05-17 at 3.47.30 PM
Screen Shot 2024-05-17 at 3.48.21 PM
Screen Shot 2024-05-17 at 3.49.05 PM
Screen Shot 2024-05-17 at 3.49.34 PM

Hey @NewBee :wave:

I cam see you are creating a detail in db, but are you associating it to the project in somewhere? It means do you set the detail field of the project to the newly created detail anywhere in your workflow?

After creating the detail, there should be another step, which you add another action in the workflow to make changes to the current project or current page’s project or wherever the project is.

I hope this helps.

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

See the workflows for creating a new project and a new detail


And you can see in the app data that the project you are trying to display has a value in the detail field?

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

I’m not sure what you mean, can you please elaborate?

You should be able to check your data in the app data tab and see if the project and the detail is really connected.

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

How do I connect it? This is what I see??? It’s empty? How do I automatically connect it to the specific project?

It looks like it is empty. Which means you didn’t connect them either when creating the project or the detail. There is nothing automatic, you should connect them.

Simply, the logic should be something like this if you are creating both from scratch:

  1. Create a project with corresponding fields
  2. Create a detail with corresponding fields
  3. Make changes to the project to update its detail the result of step 2.

Also, either the detail field in the project data type or the project field in the detail data type is redundant. Probably, one should be enough.

I suggest you watch this little video, because it talks about a similar stuff (connecting invoices and projects):

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

Thanks for all your help. I wish there was an easier way of doing this instead of going one by one and associating each detail page with the project.

I mean, I don’t know about your setup but connecting two data types is one of the easiest things in Bubble, especially if you create them at the same time.

See the demo below:
brave_1ub0qpV93U

In the demo, I create a detail thing:

and then, I create a project thing by using the recently created detail:

If it is not that straightforward in your setup, maybe you should play with your setup a little bit.

Check the editor here if you want: Bubble Demos by Flusk | Bubble Editor

I hope this helps. Good luck.

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

Thank you so much for creating the demo. My set up is a little bit different, let me try to explain it better…
So I have 2 user types, user A creates a new project by filling a reusable popup form. User B sends a quote for that project and after the quote is accepted, the work begins. After the project work is completed, the user B fills another form and submits it and the input of that form is displayed on the detail page. The detail and project are not happening at the same time by the same user type. But the detail page is about the same project and I don’t know how to connect them, I have a data field ‘project’ in ‘detail’ data type that is connect to ‘project’ data type. I have done the same thing inside ‘project’ data type by having a field ‘detail’ and linking it to ‘detail’ data type. Does my type of content for the detail page be ‘detail’ or ‘project’?

Screen Shot 2024-05-19 at 10.43.23 AM

This topic was automatically closed after 70 days. New replies are no longer allowed.