79257302

Date: 2024-12-06 08:31:19
Score: 1
Natty:
Report link

Can you see all fiends in view form and in the default view? it was a critical field? create a new field copy all value to the new field, and delete corrupted field

Connect-PnPOnline -Url "https://yourtenant.sharepoint.com/sites/yoursite" -Interactive

Get-PnPField -List "YourListName"

Remove-PnPField -List "YourListName" -Identity "FieldInternalName"
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (0.5):
Posted by: FredericDietrich