Hi,
I am new to PowerApps and have been trying to work out the following:
Drop down list Organisation displays OrganisationName and is linked to Organisation table, which contains fields ID, OrganisationName.
Drop down list Employee is linked to Employee table which contains columns EmployeeName, OrganisationID.
Organisation.ID = Employee.OrganisationID
How do I set Employee drop down so that when I select an OrganisationName in the Organisation drop down, it does a lookup on Organisation.ID against Employee.OrganisationID and shows me only EmployeeName for the selected OrganisationName.
Thank you