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
Get-MgSiteListItem returns all field values, but for fields of number type it shows as blank.
Tested with multiple lists, multiple fields.
Expected behavior
Number values are returned as well.
How to reproduce
(Get-MgSiteListItem -ListId {List ID} -SiteId {Site ID} -ListItemId {Item ID}).Fields.AdditionalProperties | Format-List
Use a list that has fields of number type.
Describe the bug
Get-MgSiteListItem returns all field values, but for fields of number type it shows as blank.
Tested with multiple lists, multiple fields.
Expected behavior
Number values are returned as well.
How to reproduce
(Get-MgSiteListItem -ListId {List ID} -SiteId {Site ID} -ListItemId {Item ID}).Fields.AdditionalProperties | Format-List
Use a list that has fields of number type.
Tried the same with a regular Graph API http request, it works, only broken in PowerShell
https://graph.microsoft.com/v1.0/sites/{SiteID}/lists/{ListID}/items/{ItemID}?$expand=fields
SDK Version
2.25.0
Latest version known to work for scenario above?
No response
Known Workarounds
none
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: