Hello, I was wondering if anyone could help me out with this problem. I have two sharepoint lists shown below.
1. SharePoint List A is connected to GalleryA on Screen 1.
2. SharePoint List B is connected to a New FormA in New Mode on Screen 2.
Desired Functionality:
I'd like the FormA (List B) in New Mode on Screen 2 to display the selected ProjectName and MilestoneName from GalleryA (List A). User should be able to add new tasks on FormA to the selected ProjectName and MilestoneName in GalleryA.
How it's working now and problem:
On FormA, the selected ProjectName is correctly displaying but the MilestoneName is blank. Why is that? How do I get the selected MilestoneName to also display? Why is one displaying but the other is not? I have tried GalleryA.Selected.MilestoneName in the Items but it's not working.
Any help is appreciated. Please let me know if you need more info.

Thank you kindly