I have a list of all positions and then a list of all employees. I want to be able to select an employee and assign a position to them. So far I have two galleries, one for each list, and two forms, one for each list.
On the EmployeeForm I have a "Search Position" ComboBox with the Items: Distinct(Positions, SearchPosition). It seems to work, but when I go to edit the form from the gallery select, it doesn't load.
Example, if "John Doe" is assigned "Position - Front Desk" it will save onto the SharePoint list, but when I select 'edit' from the gallery, that field doesn't load.
What is the best way to approach this?