Hey @djohnson1223
There could be multiple issues and there are also multiple ways to fix them too.
Try the following:
1) Check Item property of the form. It should look like: GalleryName.Selected
2) In the default property of the data cards its written Parent.Default.
If still not coming then in the default of all the data cards write a similar formula:
Lookup(ListName, ID=YourRecord.ID).YourColumn
Or
Lookup(ListName, ID=GalleryName.Selected.ID).YourColumn
If above two dont work just write .Value at the end of the Lookup function.
Let me know if any of the methods dont work.
I hope this helps 🙂