You try to ask Notion AI to change a database property type, such as turning a Text property into a Select property, but the AI responds that it cannot perform that action. This limitation occurs because Notion AI does not have permission to alter database schema definitions; it can only edit content inside existing properties, not the structure of the database itself. This article explains the exact technical restriction that causes the error and provides the manual steps you must take to change a property type instead.
Key Takeaways: How to Change a Database Property Type When Notion AI Cannot Do It
- Database property type change is a structural edit: Notion AI can only modify cell content, not the column type definition itself.
- Open the database property menu: Click the property name in the header row, then select Edit property to see the current type.
- Select a compatible new type: Notion will warn you if data loss may occur when switching between incompatible types like Text to Number.
Why Notion AI Cannot Change a Database Property Type
Notion AI operates as a content assistant within the Notion workspace. When you invoke AI actions, the system grants the AI access to edit text, generate summaries, rewrite paragraphs, and modify inline database cell values. However, the AI does not receive write access to the database schema layer — the part of the database that defines property names, property types, formula definitions, relation configurations, and rollup settings. This separation exists to prevent accidental structural changes that could break database views, linked databases, or formulas that depend on a specific property type.
The error message you see, such as “I can’t modify database property types directly” or “This action is not available for database properties,” is Notion’s way of telling you that the AI agent lacks the necessary permission scope. The AI can read the current property type to answer questions about the database structure, but it cannot execute a write operation that changes the type. This is by design, not a bug or a missing feature.
What Notion AI Can and Cannot Do with Database Properties
To clarify the boundary, here is what Notion AI can do with database properties:
- Read and display the name and type of each property when asked.
- Edit the content of a cell inside a property (for example, change the text in a Text property cell).
- Generate or rewrite text within a cell using AI prompts.
And here is what Notion AI cannot do:
- Change the property type from Text to Select, Number, Date, or any other type.
- Add or delete a property column.
- Rename a property.
- Modify formula, relation, or rollup definitions.
- Reorder properties in the database layout.
Steps to Manually Change a Database Property Type in Notion
Since Notion AI cannot perform this action, you must change the property type manually. The process takes less than 30 seconds. Follow these steps exactly.
- Open the database view where the property exists
Navigate to the page that contains the database. Click on the database to open it in full-page view or use the inline database on a page. Make sure you are in a view that shows the property header row, such as Table view or Board view. - Click the property name in the header row
Find the column header that shows the name of the property you want to change. Click directly on the property name. A dropdown menu appears with options for sorting, filtering, and editing the property. - Select Edit property from the dropdown menu
In the dropdown, click the option labeled Edit property. This opens the property configuration panel on the right side of the screen. The panel displays the current property name and its type at the top. - Click the current property type to open the type selector
In the property configuration panel, you will see a button showing the current type, for example, Text or Number. Click that button. A list of all available property types appears: Text, Number, Select, Multi-select, Date, Person, Files & media, Checkbox, URL, Email, Phone, Formula, Relation, Rollup, Created time, Created by, Last edited time, Last edited by. - Select the new property type from the list
Click the type you want to switch to. Notion may show a warning dialog if the existing data is incompatible with the new type. For example, switching from Text to Number will cause Notion to attempt to convert text values to numbers. Values that cannot be converted will be cleared. Read the warning carefully and click Change type or Confirm to proceed. - Verify the property type change in the database
After confirming, the property type updates immediately. Check a few cells to ensure the data converted correctly. If you switched to a Select or Multi-select type, you may need to define the options manually by clicking into a cell and typing the option name.
If Notion AI Still Fails to Modify the Property Type
After you manually change the property type, you may still find that Notion AI cannot modify it again in the future. That is expected behavior — the AI restriction remains permanent. Below are two related scenarios where users often try to use AI for property changes and why they fail.
Asking Notion AI to Create a New Property with a Specific Type
You might ask Notion AI to “add a new Date property called Deadline.” The AI will respond that it cannot create database properties. This is the same schema restriction. To add a new property, click the + button in the last column header of the database, name the property, and select its type manually.
Asking Notion AI to Convert All Text Cells to a Select Option
Another common request is asking AI to “change all cells in the Status column to the option Done.” Notion AI can edit individual cell content, but it cannot perform bulk cell edits across a property in one action. You must either edit each cell manually or use a database formula or automation to batch-update values.
Manual Property Change vs Notion AI Limitations: Key Differences
| Item | Manual Action | Notion AI Action |
|---|---|---|
| Change property type | Yes, through Edit property menu | No, AI cannot access schema |
| Add new property | Yes, click + in header | No, AI cannot create properties |
| Edit cell content | Yes, click into cell | Yes, AI can edit cell text |
| Rename property | Yes, through Edit property | No, AI cannot rename properties |
| Bulk cell value change | Manual or formula | No, AI edits one cell at a time |
You now know why Notion AI cannot modify a database property type and how to do it manually in seconds. The next time you need to change a property type, use the Edit property menu from the column header. For advanced database management, explore Notion formulas and database automations to handle bulk updates without manual cell editing.