Forum Discussion
bolychen
Jan 12, 2023Copper Contributor
Cascading dropdown list using script in sharepoint new experience mode
Hello, I am looking for the way to create a cascading dropdown filter list between 2 column (for example: Country and State). I understand that we able to do it with PowerApp. But however, I don't w...
Jan 12, 2023
Unfortunately in modern SPO you cannot achieve thas functionality withouth following the PowerApps or SPFx approach
SvenSieverding
Jan 13, 2023Bronze Contributor
bolychen
The only thing you can do to achieve a similar effect without customizing in PowerApps or SPFX is to create a managed metadata column and a termset that is strutured like a tree
This is an alternative way to handle hierarchical data.
Best Regards,
Sven
- bolychenJan 13, 2023Copper Contributor
ThanksSvenSieverding , I have a long list, more than a thousand records. I think this method is not suitable of my requirement.