Add-PnPListItem throws error The collection has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested. #2203
Unanswered
lokeshsharma47
asked this question in
Q&A
Replies: 0 comments
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.
-
Add-PnPListItem throws The collection has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested.
passing this
Add-PnPListItem -List $listname.Title -Values @{"Title" = $code; "Message" = "message"; "Application" = "ProvisioningAutomation"; "TypeRef" = $provType;} -Connection $deliveryConn
Beta Was this translation helpful? Give feedback.
All reactions