How to create a Wizard?

I am trying to improve the UX for application using a wizard but I’m stuck on the way to implement this.

My application helps companies organize their interview process. I have the following tables in Airtable:

  1. Interview Tracks
  2. Jobs
  3. Candidates
  4. Users

An Interview Track has linked fields to a Job, a Candidate, and a User (the hiring manager). Currently, the path to create a new Interview Track is kind of clunky because the User has to first make sure the job listing is there and if not create it and same thing with the Candidate. I’d like a Wizard to easily walk them through first selecting a job or creating a new job listing and then directing them to choosing a candidate or adding a new candidate.

Any suggestions on the general path to creating a wizard like UX for this?