Hey Bubble Magicians!
I’m building a project related platform and would like a series of fields from DB type 1 (New project created with an incremented reference number) to relate to another DB type 2 (Another page’s series of elements relating to the project selected from DB type 1).
In summary, user clicks project required - next page loads with details relating to the project chosen.
My thought process here (please correct me if I’m wrong) is that I’ll need to incorporate the project reference number from DB type 1 within the DB type 2 workflow for when the user saves each section.
How do I then reference DB type 1’s project refence in DB type 2’s data and display any field from DB type 2 on the 2nd page?
In logical terms for what I’m trying to achieve - IF user selects project # 123, THEN display all fields from DB type 2 relating to # 123
Cheers,
Ryan