Hi All
I'm new to Power Apps and I need a bit of help with what I think should be fairly simple to achieve! 🤔
My App is built on 2 SharePoint lists.
The purpose is to record orders when a customer places one.
So I have a SP list for 'Orders' with Customer as a lookup column from another list: 'Customers'. In the Customers list there is a column to specify whether they are Active or not.
When my users record a sale, they select the customer from a dropdown (Combobox). The Items property for the Combobox is Choices([@'Orders'].CustomerName)
My problem is that I need to filter this list to show only the customers who are 'Active' - I can't see how to achieve a filter that uses information from the Customers list to then save to the Orders list.
I also work with MS Access so I understand about joining tables, primary and foreign keys and so on. I just can't seem to achieve this in Power Apps!
Many thanks for any help or suggestions
Michael 😀