Jan 12 2023 01:10 AM
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 want to change the whole form to use PowerApp because of this dropdown list.
I can do it using a Contect Editor Script mode (Webpart) in classic sharepoint experience and it is work very well. Unfortunaterly, this Content Editor Script is not support and work with new experience of sharepoint.
So, I would to check whether is there anyways to create this cascading dropdown list in only the form Json format? without using PowerApp?
Thanks,
Boly
Jan 12 2023 03:03 PM
Jan 12 2023 05:15 PM
Thanks @jcgonzalezmartin Martin, now I try to use the PowerApp, however it is seem like the "filter" function not support the other unicode landguage. I can do it successful with english language but not my Cambodian language.
my list as the following image.
Jan 12 2023 10:45 PM
@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
Jan 12 2023 10:54 PM
Thanks@SvenSieverding , I have a long list, more than a thousand records. I think this method is not suitable of my requirement.
Jun 28 2023 07:41 PM
@bolychen Whether you have achieved this effect, I am also facing this question