When I first started developing my review/edit screen I added a gallery and set the edit form items to gallery.selected. While that usually works I had some issues with certain controls not being populated. I have switched the selected gallery item to push the record to a variable instead(glbFormData). My question is how to populate the controls? By default they use Parent.Default but this doesn't always work. Should I be referencing the glbFormData variable instead? Like this:
Text field example - glbFormData.'Campaign Notes'
Combo box example - {dk_tacticname:glbFormData.Tactic}
Is this best? Is there a better way? Anything I should look out for?