Replies: 2 comments 2 replies
-
Have you tried using the GUID value for the parent term instead of the displayname/label and then using I.e.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I like to create my Terms directly under App.Nr.. One layer above what you did. (Yes, I will update my code to what you showed me. ) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I need some help importing our project numbers into the Termstore.
The hierarchy is Projects/Numbers/Number. The Problem is I can't seem to create a term on the third layer. It will either return a null error or automatically create the term on the fourth layer.
$ParentTerm = Get-PnPTerm -TermGroup "Projects" -TermSet "Numbers" -Identity "Numbers" -IncludeChildTerms -Recursive $ChildTerm = $ParentTerm.CreateTerm("$Number", 1031, (New-Guid)) Invoke-PnPQuery
How would I create all my terms on the third layer?
Thanks in advance.
Nico
Beta Was this translation helpful? Give feedback.
All reactions