If your cascading dropdowns are not working in PowerApps, there are a few things you can check:
- Data Source Configuration: Ensure that the data source for your dropdowns is correctly configured. If you're using SharePoint lists, confirm that the lists are accessible and that the fields you want to display are set correctly.
- Display Field: Check the Value property of the dropdown. Make sure it is set to the correct field from your data source that you want to display. If the dropdown is unclickable, it might be due to incorrect settings in the properties.
- Distinct Function: If your child dropdown contains duplicate items, consider using the Distinct function to filter out duplicates. This can help ensure that only unique values are displayed in the dropdown.
- LookUp Columns: If you're using LookUp columns in SharePoint, ensure that they are set up correctly and that the data is being pulled as expected.
- Debugging: Use debug labels to inspect the formulas and ensure that the data is being retrieved correctly. If the dropdown options are empty, verify that the field you are referencing contains data.
If you continue to face issues, it may be helpful to revisit the setup of your dropdowns and ensure that they are configured to respond to the selections made in the parent dropdown.
References: