Add-PnPListItem : Field or property “StringId” does not exist
up vote
0
down vote
favorite
I'm getting error on following code :
Connect-PnPOnline –Url 'https://sharepoint.com/myurl' –Credentials $userCredential -ReturnConnection
Add-PnPListItem -List "POC_VRA" -ContentType "Item" -Values @{"Title"="Test Title"}
Disconnect-PnPOnline
But am getting following error "Add-PnPListItem : Field or property "StringId" does not exist."
The internal field name is correct and the list do not have any field called "StringId". And it can create a blank entry without problem.
sharepoint-2013 powershell-v3.0 sharepoint-online csom
add a comment |
up vote
0
down vote
favorite
I'm getting error on following code :
Connect-PnPOnline –Url 'https://sharepoint.com/myurl' –Credentials $userCredential -ReturnConnection
Add-PnPListItem -List "POC_VRA" -ContentType "Item" -Values @{"Title"="Test Title"}
Disconnect-PnPOnline
But am getting following error "Add-PnPListItem : Field or property "StringId" does not exist."
The internal field name is correct and the list do not have any field called "StringId". And it can create a blank entry without problem.
sharepoint-2013 powershell-v3.0 sharepoint-online csom
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm getting error on following code :
Connect-PnPOnline –Url 'https://sharepoint.com/myurl' –Credentials $userCredential -ReturnConnection
Add-PnPListItem -List "POC_VRA" -ContentType "Item" -Values @{"Title"="Test Title"}
Disconnect-PnPOnline
But am getting following error "Add-PnPListItem : Field or property "StringId" does not exist."
The internal field name is correct and the list do not have any field called "StringId". And it can create a blank entry without problem.
sharepoint-2013 powershell-v3.0 sharepoint-online csom
I'm getting error on following code :
Connect-PnPOnline –Url 'https://sharepoint.com/myurl' –Credentials $userCredential -ReturnConnection
Add-PnPListItem -List "POC_VRA" -ContentType "Item" -Values @{"Title"="Test Title"}
Disconnect-PnPOnline
But am getting following error "Add-PnPListItem : Field or property "StringId" does not exist."
The internal field name is correct and the list do not have any field called "StringId". And it can create a blank entry without problem.
sharepoint-2013 powershell-v3.0 sharepoint-online csom
sharepoint-2013 powershell-v3.0 sharepoint-online csom
edited 2 days ago
asked 2 days ago
Randeep Singh
5521524
5521524
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53343575%2fadd-pnplistitem-field-or-property-stringid-does-not-exist%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown