Microsoft List won't let me edit cards anymore

Tristian 0 Reputation points
2026-06-25T22:18:25.3966667+00:00

I wanted to add a priority tag to the tasks in MS List connected to our teams channel but now it just crashes or goes blank.
I added this code in the custom section because the column I wanted to show wasn't an option in the drop down. See code and screenshot below.

After clicking on customize card or format current view > edit card you can see the panel to the left goes blank.

User's image

inserted json:

{

"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/board-formatting.schema.json",

"hideSelection": false,

"formatter": {

"elmType": "div",

"attributes": {

  "class": "sp-card-container sp-card-container-noPadding"

},

"children": [

  {

    "elmType": "div",

    "attributes": {

      "class": "ms-bgColor-white sp-css-borderColor-neutralLight sp-card-borderHighlight sp-card-subContainer sp-card-subContainer-borderRadius"

    },

    "children": [

      {

        "elmType": "div",

        "attributes": {

          "class": "sp-card-displayColumnContainer"

        },

        "children": [

          {

            "elmType": "p",

            "attributes": {

              "title": "[$Title]",

              "class": "ms-fontColor-neutralPrimary sp-card-content sp-card-highlightedContent",

              "role": "heading",

              "aria-level": "3"

            },

            "txtContent": "=if ([$Title] == '', '–', [$Title])"

          },

          {

            "elmType": "div",

            "style": {

              "display": "=if([$Priority] == '', 'none', 'inline-block')",

              "padding": "4px 10px",

              "border-radius": "12px",

              "font-weight": "600",

              "font-size": "12px",

              "margin-top": "8px",

              "width": "fit-content",

              "background-color": "=if([$Priority] == 'High', '#FDE7E9', if([$Priority] == 'Medium', '#FFF4CE', if([$Priority] == 'Low', '#DFF6DD', '#F3F2F1')))",

              "color": "=if([$Priority] == 'High', '#A80000', if([$Priority] == 'Medium', '#813E00', if([$Priority] == 'Low', '#107C41', '#323130')))"

            },

            "txtContent": "[$Priority]"

          }

        ]

      }

    ]

  }

]

}

}

Microsoft Teams | Microsoft Teams for business | Teams and channels | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Vivian-HT 17,610 Reputation points Microsoft External Staff Moderator
    2026-06-26T00:00:16.45+00:00

    Dear @Tristian

    I understand how frustrating it can be when the card editor suddenly stops working, especially after trying to customize it.

    In this case, I recommend you try clearing the Microsoft Teams cache to rule out any client-side rendering issues, especially since the list is being accessed through Teams. For reference, please refer to this article: Clear the Teams client cache

    Moreover, you may also try repairing the Microsoft Teams app to rule out any client-side issues. Go to Windows Settings > Apps > Installed Apps > Advanced options > Repair and then Reset

    However, if the issue still persists, this behavior might be caused by custom JSON formatting applied to the card. Therefore, I recommend resetting or removing the custom formatting to check whether it can load normally again.

    If possible, please try to open the list directly in Microsoft Lists for web or SharePoint > go to “Format current view,” switch to advanced mode, and remove the JSON entirely, then save. For more information, please refer to What is a list in Microsoft 365? and Microsoft Lists

    Another option is to create a new view for the list and set it as the default. Views control how items are displayed (including card formatting), so try creating a fresh view to bypasses the broken configuration and allows you to continue working

    Moreover, if the issue still persists, to better isolate the cause, could you please help confirm a few things:

    • Are you using Teams app on desktop or Teams for web?
    • Does the issue occur only in Microsoft Teams, or do you see the same behavior when opening the list directly in Microsoft Lists for web or SharePoint (browser)?
    • Did the problem start immediately after adding the custom JSON, or was it working for some time before breaking?
    • Are other users in your team experiencing the same blank panel when editing the card, or is it only happening on your side?​‌
    • Have you tried accessing the list from a different browser or device, and does the behavior remain the same?

    Note: Please understand that as a forum moderator, my role is to provide general guidance and troubleshooting support. I don’t have access to internal systems or backend tools, and I appreciate your understanding of these limits.

    Please try the steps above and let me know if they work. If not, we can continue working together to narrow this down.

    The first response may not always resolve the issue right away, but with your help and more details, we can work toward a solution.

    Thank you for your patience and understanding. I'm looking forward to your reply.


    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.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.