SharePoint List Form Configure Layout - Body Not Working
Hi
I am formatting a SharePoint List Form following the Microsoft documentation Configure the list form | Microsoft Docs
Both the Form Header & Footer work well. However the Body does not! It simply won't show when "Preview" is pressed and I get no errors on my JSON (copied below). I have tried to create more sections with less fields, but still - simply nothing happens! No error message nothing, when I click "Preview".
If I click "Save" it simply closes the form and when I open it again the JSON is gone.
Can someone help?
I want to avoid creating a new form using PowerApps Integration as the changes we want are quite simple!
{
"sections": [
{
"displayname": "Role",
"fields": [
"Resource Role"
]
},
{
"displayname": "Details",
"fields": [
"Months",
"Min Rate",
"Max Rate",
"Line Manager",
"Project",
"Geography",
"Charge To"
]
},
{
"displayname": "Contract",
"fields": [
"Contract Terms to Add"
]
}
]
}
I have observed this behavior as well on my SharePoint site. Try below things after "saving" the JSON in body section:
- Refresh the page (hard refresh: Ctrl + F5 in windows)
- Clear browser cache
It worked for me after hard refresh and I also think that this is a temporary issue from Microsoft side (maybe because of latest updates in SharePoint online).
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.