Donate
How to move formula result to the title
Importing a large table into Notion and want to permanently remove characters from the title? Here is how to do it.
The following example will remove all characters after and including the "-"
Example formula
replaceAll(prop("Name"), "-[^-]*$", "")
Β
Remove Characters From A Notion Title
Β
Β