Complete Bubble newbie here who has been tasked at creating an app that captures recruiters questions for new candidates.
I’ve created a database for Company, Jobs & Questions.
As a step one I follow a process where the user creates a new company in an onbaording process (this all works). When a new company is created, it creates a random CompanyID.
I’ve used page parameters to send the company ID to the next page ‘Create a job’ so that the job is tied to a company. I can see the ID in the URL during my tests.
However, when I go to my jobs table the CompanyID either displays (deleted thing) or is completely blank.
What am I doing wrong? Is there any easier way of doing this (maybe a companyID is not the way forward?)