Forum Discussion
Selecting value from tree-view for managed metadata via PowerApps edit form for SharePoint list.
- Oct 23, 2018
As you can see in that video, there are lots of possibilities, but a classic treeview is tricky/ugly to do I am afraid... closest I got was to take the output of the choices() function which will bring back your term set into a collection and groupby() to then format the collection appropriately before then using a gallery/sub gallery technique.
Unfortunately that only works to 2 levels deep.
I never took the time to find a pattern that can make it look like the classic tree-view of term sets :-(
Just tried googling this again today, and this post was the first search result - d'oh!
Wondering if maybe Paul Culmsee has an idea? I happened across this video, and seems like there's lost of possibilities... I just haven't found the right combo yet! https://www.youtube.com/watch?v=kfLIkn-RiSg
- Paul CulmseeOct 23, 2018MVP
As you can see in that video, there are lots of possibilities, but a classic treeview is tricky/ugly to do I am afraid... closest I got was to take the output of the choices() function which will bring back your term set into a collection and groupby() to then format the collection appropriately before then using a gallery/sub gallery technique.
Unfortunately that only works to 2 levels deep.
I never took the time to find a pattern that can make it look like the classic tree-view of term sets :-(
- Marc VanderstraetenDec 07, 2019Brass Contributor
Paul Culmsee Where can I find an example of the gallery/sub gallery technique using GroupBy as you mentioned?