You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have exported the term group using the pnp powershell command mentioned below but it is not imported into site collection when run the import command. Please help to fix this issue.
Command used to export
Export-PnPTermGroupToXml -Out "C:\terms.xml" -Identity "Test Group1"
Command used for import
Import-PnPTermGroupFromXml -Path "C:\terms.xml"
Import command is not throwing any error but the term groups are not imported