Replies: 3 comments 1 reply
-
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Beta Was this translation helpful? Give feedback.
-
Hi, the unique ID column needs to be set as indexed before 5000 items get created. You can refer to these links for how to handle large lists: |
Beta Was this translation helpful? Give feedback.
-
I second this bug. Usually Get-PnPListItem works with Identity property, even on large lists. I was hoping it would work with UniqueID property too. There is no way to index this propertym since its internal field. In my case i cannot use any other property, since this will add extra call to sharepoint list in the code where i am updating 150K files metadata. Any thoughts? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Reporting an Issue or Missing Feature
I try to scan SitePages for specific images and documents. Therefor I check the WebParts for example for an image WebPart.
Within the PropertiesJson I retrieve a uniqueId which seems to be the uniqueId of the image used.
So I tried to get the list item with Get-PnPListItem and the uniqueId which fails on large lists because the code seems to use a query to get the item. This means I run into the problem several people did have.
Is there any other way?
Expected behavior
I expected that the uniqueId would be easier to find than using a query.
Actual behavior
Steps to reproduce behavior
What is the version of the Cmdlet module you are running?
1.12.0
Which operating system/environment are you running PnP PowerShell on?
Beta Was this translation helpful? Give feedback.
All reactions