Good day all
I am fairly new to Power apps and have a simple canvas app with a gallery on the left and a form on the right. Two of the fields on the right namely (Department and Section) are lookup fields. These lookup fields is from another list, however each section has multiple lines with relevant sections.
Issue1: Duplicate values displayed on drop down in form.
(I have tried the below and the list then only displays distinct departments however when I submit form the value ignores the selected department and save a blank value)
Distinct(Choices('PrimaryList'.Department), Value)​
Question: How do I ensure the value selected is save when I submit the form?
Issue 2:
When I select the department, I would to only display the matching sections from the lookup list in the sections field on the list.
Currently it the displays the whole list of available sections in the list.
I was thinking of using a filter but not sure how or if this is the best approach?
Please help me?