Hello!
On my PowerApps application, I have a dropdown that has its allowed values based on the selected value of another dropdown, using the filter function below:
Filter([@MasterData_Subcategory]; SectorID = DataCardValue14.Selected.CategoryID)
However, the following error shows when I run the app: "Expression SectorID eq null is not supported"
I don't understand why this error is showing up since there are no null values in any of the tables (I've attached both in this post) and every value has a match, ensuring that there are no comparisons that would return null values. Could you help me with this? Thanks!
Hi @Anonymous ,
This post may assist - one of the (many) issues with using Excel as a data source when things get a bit complex.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps