Greetings and happy holidays all.
I have a simple canvas app that I'm trying to build. Table one is dbo.project and table two is dbo.project type. Both tables are properly connected, both bring in data, etc. All of that works.
I've got a gallery against the dbo.project and that also works. An FK in dbo.project is ProjectTypeID which is the PK in dbo.ProjectType. In Project Type there are two fields, the ProjectTypeID and the ProjectTypeName.
I have a form to the right of the Gallery. When I select one of the items in Project, the form correctly fills out. What I am trying to do is change the ProjectTypeID on form to show the ProjectTypeName instead of ProjectTypeID.
I believe you use a lookup command as shown in the screen below. This lookup command works on the first gallery item selected as shown below. But if I go to select another one, the ProjectTypeName stays the same. I'm missing the right code so when the gallery selection is made the right ProjectTypeName displays.
It is, I'm sure obvious so a nudge towards the light, so to speak, would be gratefully appreciated.

Thanks!
Rick