Replies: 2 comments
-
Hello @s-roop, |
Beta Was this translation helpful? Give feedback.
-
I gave it a try but this only gets the Title field properties - I tried a few more different ways but with no luck. I've since created a field with the internal name of 'DisplayName_' and copied the existing data over. Everything works as expected and I've adjusted my scripts for a workaround but it's still an annoying solution. |
Beta Was this translation helpful? Give feedback.
-
Notice
Many bugs reported are actually related to the PnP Framework which is used behind the scenes. Consider carefully where to report an issue:
Invoke-PnPSiteTemplate
orGet-PnPSiteTemplate
? The issue is most likely related to the Provisioning Engine. The Provisioning engine is not located in the PowerShell repo. Please report the issue here: https://github.com/pnp/pnpframework/issues.Reporting an Issue or Missing Feature
Please confirm what it is that your reporting:
When using 'Get-PnPListItem' to get the field values of SharePoint lists, fields with the InternalName of 'DisplayName' are missing from the FieldValues property.
Expected behavior
Please describe what output you expect to see from the PnP PowerShell Cmdlets
Actual behavior
Please describe what you see instead. Please provide samples of output or screenshots.
Steps to reproduce behavior
Please include complete script or code samples in-line or linked from gists
What is the version of the Cmdlet module you are running?
(you can retrieve this by executing
Get-Module -Name "PnP.PowerShell" -ListAvailable
)Which operating system/environment are you running PnP PowerShell on?
Beta Was this translation helpful? Give feedback.
All reactions