-
Hello everyone, I am confused about an error I get from a function. I am using the Add-PnPNavigationNode function in my Azure Function in different parts of my code.
When I add a -Parent it fails: The error message is pretty long, so I add it at the bottom. I assured that the parent id is existing. It looks that the first child in the topnavbar is always having Id 2003. Anyway... I cannot really understand why this fails. When I run it on my local machine the call works, but inside my azure function it crashes. Addtional Info: Locally I am still using PowerShell 7,0.3, but it works from there. Would be thankful for any hints on this case With regards 2021-03-22T16:37:04.431 [Error] ERROR: Unknown ErrorException |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sry my fuckup.... I was trying to update the audienceIds right after the call. And if the AudienceId was null I got this exeption. |
Beta Was this translation helpful? Give feedback.
Sry my fuckup.... I was trying to update the audienceIds right after the call. And if the AudienceId was null I got this exeption.
Sry for taking your time