Forum Discussion
Deleted
Mar 10, 2017Add-PnPListItem triggers an error when used with values
Hi folks, I'm new to SharePoint and developing for it so this could be a user error on my part but I'm really stuck and hope someone can help. I wrote a simple powershell script to connect to...
Amir Khan
Oct 03, 2017Copper Contributor
Trying returning your statement into a variable. so then:
$item = Add-PnPListItem -List $listName -Values $itemValues
This seems to solve the problem for me
- DeletedOct 06, 2017
I will give that a try Amir, thank you.