Hi
In my PowerApps app I have a drop down control for country. I have a Sharepoint list (List 1) that has a Country choice field and an Approver Person field.
When I select a country in the country drop down control, I need an Approver combo box to be populated with an approver and backup approver that come from another Sharepoint list (lookup list).
The default of the Approver combo box should be the Approver from the Sharepoint List 1. When the app is saved the value of the Approver in List 1 should be whatever is selected in the Approver combo box.
I think I probably need to create a collection with the Approver and Backup Approver from the lookup list for the selected country, and have this collection as the Items for the Approver combo box.
Any help much appreciated,
Pete