On a SharePoint site I have several lists, below with their columns:
DEPARTMENTS
Department
ROLES
Department (lookup from DEPARTMENTS)
Role
APPROVERS
Department (lookup from DEPARTMENTS)
Role (lookup from ROLES)
Name
E-mail
For APPROVERS I edited the form, and replaced the Role default combobox with a cascading dropdown that filters ROLES by the APPROVERS.Department value and grabs ROLES.Role from the resulting table.
In the APPROVERS.Role default card I changed the Update field to Dropdown.Selected. The problem now is that when a new item is added to the APPROVERS list, the Role dropdown doesn't pass the value to the Role list column, the field stays blank.
PowerApps doesn't show any errors anywhere in the form setup, what could be stopping the Role column from accepting the Role dropdown value? Could it have anything to do with the fact that the Role column was created as a Lookup type?