You open a SharePoint list or library in Board view and see cards with blank fields where data should appear. This problem usually happens when the card layout is missing its field mappings or when a required column is empty for certain items. In this article, you will learn why Board view cards show blank fields and how to fix the issue using the Edit card panel, column formatting, and list validation settings.
Key Takeaways: Fixing Blank Fields in SharePoint Board View Cards
- Edit card panel in Board view: Use the pencil icon on any card to open the Edit card panel and reassign missing fields to the card layout.
- Column formatting JSON: Remove or update custom JSON that hides field values when conditions are not met.
- List validation settings: Check that required columns have values for all items displayed in the Board view.
Why Board View Cards Show Blank Fields
SharePoint Board view displays list items as cards. Each card shows fields you choose in the card layout. When a field is blank on a card, one of three things is wrong. First, the card layout may not have any fields assigned — this happens when you create a new Board view and skip the card setup. Second, a column that was mapped to the card layout was deleted or renamed, leaving the card with a broken reference. Third, a custom column formatting JSON script hides the field value when a condition fails, making the card appear blank even though the list item has data.
Steps to Fix Blank Fields on Board View Cards
Follow these steps in order. After each step, refresh the Board view to see if the blank fields are resolved.
- Open the Board view and edit a card
Go to the SharePoint list or library. Switch to the Board view. Hover over any card that shows blank fields. Click the pencil icon that appears at the top-right corner of the card. This opens the Edit card panel on the right side of the screen. - Check the card layout fields
In the Edit card panel, look at the list of fields under Card fields. If the list is empty, no fields are mapped to the card layout. Click Add field and select the columns you want to display. For example, choose Title, Assigned To, and Due Date. The fields you add appear immediately on all cards in the Board view. - Remove broken field references
If you see a field name with a warning icon, that column no longer exists in the list. Hover over the warning icon to read the error message. Click the X next to that field to remove it. Then add a valid column from the Add field menu. - Check column formatting JSON
If fields appear in the card layout but show blank, the column may have custom formatting that hides the value. Go to the list settings. Click the column name that is blank on the cards. Under Column formatting, review the JSON code. Look for anifstatement that sets"txtContent": ""when a condition is true. Remove or update that condition. Click Save and return to the Board view. - Verify list items have data
Switch to the All Items view of the list. Sort or filter to find items that appear in the Board view. Check that the columns mapped to the card layout contain values. If a required column is empty, edit the item and fill in the data. The Board view card will update after you save the item. - Recreate the Board view
If the steps above do not fix the blank fields, delete the Board view and create it again. In the list, click the dropdown arrow next to the view name. Select Show as > Board. Then click Edit card and add the fields manually. This resets the card layout completely.
If Board View Cards Still Have Blank Fields
Board view shows blank fields only for new items
New items added to the list may not appear in the Board view if the view has a filter that excludes them. Check the filter settings of the Board view. Open the view dropdown and select Edit current view. Look for any filter conditions under Filter. Remove filters that block new items, then save the view.
Card fields are blank after renaming a column
When you rename a column in the list, the Board view card layout still references the old column name. This creates a broken field that shows blank. Open the Edit card panel as described in step 1. Remove the field with the warning icon. Add the column using its new name.
Board view cards show blank image fields
If you added a hyperlink or picture column to the card layout, the card may show a blank space when the column has no URL. To fix this, either fill in the URL for each item or remove the image field from the card layout. In the Edit card panel, click the X next to the image field. Then add a different field such as Description or Status.
Board view shows blank cards for all items
This happens when the Board view is corrupted or when the list contains unsupported column types. Go to the list settings and check that all columns used in the Board view are of a supported type: Single line of text, Choice, Person or Group, Date and Time, Number, or Yes/No. Columns of type Lookup, Calculated, or Multiple lines of text may cause blank cards. Remove these columns from the card layout.
Board View Card Layout vs List View Columns: Key Differences
| Item | Board View Card Layout | List View Columns |
|---|---|---|
| Purpose | Displays a subset of fields on a visual card | Shows all selected columns in a table or gallery |
| Field mapping | Managed through the Edit card panel | Managed through the Modify view page |
| Broken reference behavior | Shows blank field on card | Shows column header with no data |
| Custom formatting support | Supports column formatting JSON | Supports column formatting and view formatting JSON |
| Maximum fields displayed | 6 fields per card | No limit |
You can now fix blank fields on Board view cards by reassigning fields in the Edit card panel, removing broken column references, and checking column formatting JSON. If the problem persists, recreate the Board view or remove unsupported column types from the card layout. As an advanced tip, use the Format current view option with JSON to set a default image placeholder for blank picture fields.