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.
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.
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:
Create a project with corresponding fields
Create a detail with corresponding fields
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):
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.
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’?