Hi All,
I need help in cascading dropdown. I have a SharePoint list with 2 choice columns "Country" and "State" both drop down.
In power apps, I added below formula for Country drop down and it works fine,
Choices('Country List'.Country)
For the second drop down, I need to filter based on the country, so i tried below formula but not working,
Filter('Country List',State.Value=Dropdown1.Selected.Value)
the drop down not showing any error or values.
Thank you