You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When I run Get-PnPListItem, the ContentType property is not populated, and I have to run Get-PnPProperty to retrieve it.
Describe the solution you'd like
I would like the ContentType property to contain data about the list item's content type when I run Get-PnPListItem.
Describe alternatives you've considered
My workaround involves storing the output of Get-PnPContentType in a variable, then getting a list item's content type ID through FieldValues and matching it up, e.g.
Is your feature request related to a problem? Please describe.
When I run Get-PnPListItem, the ContentType property is not populated, and I have to run Get-PnPProperty to retrieve it.
Describe the solution you'd like
I would like the ContentType property to contain data about the list item's content type when I run Get-PnPListItem.
Describe alternatives you've considered
My workaround involves storing the output of Get-PnPContentType in a variable, then getting a list item's content type ID through FieldValues and matching it up, e.g.
Or, there is just making the direct REST call (don't shame me for using ArrayList):
Additional context
Pretty please.
The text was updated successfully, but these errors were encountered: