SharePoint JSON form format issue

Mark Tinsley 21 Reputation points
2022-10-27T03:21:57.177+00:00

I am having an issue where we have used the JSON formatting for a SharePoint form. It has been working for 12 - 18 months, however it now has an issue.

When opening a record in a list, the form is formatted correctly. if you change any data, the JSON clears254582-before-record-update.jpg254583-after-record-update.jpg

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,675 questions
{count} votes

Accepted answer
  1. AllenXu-MSFT 16,096 Reputation points Microsoft Vendor
    2022-10-31T08:06:43.74+00:00

    Hi @Mark Tinsley ,

    As per my test, I can also reproduce this issue on my end. I'm afraid this issue is not caused by the JSON code. Not sure if it is currently a default scenario or something going wrong in the MS backend. I would suggest new a service request in Microsoft 365 amin center and check this issue with MS experts.

    ----------

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


2 additional answers

Sort by: Most helpful
  1. Mark Tinsley 21 Reputation points
    2022-10-28T04:03:49.797+00:00

    {
    "sections": [
    {
    "displayname": "Task Overview",
    "fields": [
    "Task Title",
    "Task Type",
    "Assigned To",
    "Client",
    "Class",
    "Account Executive Name",
    "Filing Year",
    "Filing Date"
    ]
    },
    {
    "displayname": "Task Dates",
    "fields": [
    "Status",
    "Start Date",
    "Next Action Due Date",
    "Due Date",
    "Description",
    "Progress Comments",
    "Inception Date"
    ]
    },
    {
    "displayname": "Policy",
    "fields": [
    "Renewal Date",
    "Memorandum",
    "Policy No",
    "Base Premium",
    "Commission",
    "Broker Fee",
    "Insurer Name",
    "Quote"
    ]
    },
    {
    "displayname": "Payment",
    "fields": [
    "Total Amount Due",
    "Payment Status",
    "Payment Reminder Sent To",
    "Payment Reminder Date",
    "Reminder Notes",
    "Last Reminder Date",
    "Reminder Type",
    "Send SMS"
    ]
    },
    {
    "displayname": "Referrence",
    "fields": [
    "Link to Folder",
    "Waiting for payment",
    "Days Over Due"
    ]
    }
    ]
    }

    0 comments No comments

  2. Mark Tinsley 21 Reputation points
    2022-11-03T19:57:39.653+00:00

    Seemed there was a SharePoint issue..

    May have related to

    "Title: Some users may be unable to render apps or web parts leveraging the SharePoint Framework (SPFx) in SharePoint Online"

    alerts : SP454711