I'm working on a Staff Onboarding app. I have multiple screens configured, each screen with a form to collect information for a particular stage in the onboarding process. The home screen allows you to either select an existing (in-progress) onboarding from a gallery, or begin a new onboarding. I am using a global variable to collect the selected person from the gallery (existing onboarding), but have been unable to get the successive forms to load with the record specified in the global variable. To compound this, I am unclear how I would have the forms reflect if a new onboarding is started on the home screen.
Another approach I took was to have the gallery on each screen to drive the form, but then would need a way to synchronize the galleries so that if the same individual is completing several forms for the same onboarding, they do not need to select the name in each gallery.
I appreciate any guidance anyone can provide!