mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #3878] [FR] Formula support in Grids #1755
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#1755
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jramke on GitHub (Nov 6, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/3878
Description
I think it'd be a great feature to have a formula property for grids. Maybe this is somehow possible with the already implemented KateX plugin.
With a formula you can for example calculate the time between two dates in a row and use the grid for time tracking.
Impact
Users how use appflowy for work and time tracking jobs
Additional Context
No response
@annieappflowy commented on GitHub (May 9, 2024):
Formula is what makes the difference in notion and coda, playing with properties is what we need. I'll keep an eye on it and use it in parallel, I really liked the idea, rollups are also missing
@amauryfischer commented on GitHub (Aug 30, 2024):
@annieappflowy any news on formula support ? That would be awesome.
I builded a CRM for my company based on Coda capabilities to build advanced formula (also button linked to action, opening modal etc...)
Would love to do that with AppFlowy too
@MarArMar commented on GitHub (Aug 31, 2024):
This would be a game changer and unlock many use cases indeed
Especially combined with filters you can generally calculate properties like "due soon" and put some entries at the top of your database, or, on the contrary, hide properties you do not need
Tracking this FR
@beginner1393 commented on GitHub (Dec 18, 2024):
I was wondering if there’s any progress or updates regarding formula support in grids? This feature would be incredibly important and highly useful. It’s something many users could benefit from and would make AppFlowy much more versatile.
Looking forward to hearing more about this!
@PodyNoo commented on GitHub (Dec 18, 2024):
This is the last thing i'm waiting to migrate from OneNote to AppFlowy (i'm currently using formulas with OneMore addin in OneNote)
@beginner1393 commented on GitHub (Jan 17, 2025):
I previously posted about this, and I’d like to ask again if this feature is currently under development. Is it planned to be implemented in the future?
@SchneckchenAndy commented on GitHub (Aug 4, 2025):
Would be fantastic in order to finally migrate all Grids from Notion to Appflowy 👍
@amauryfischer commented on GitHub (Aug 13, 2025):
@annieappflowy any news about this ? : D
@GoLLuM-G13 commented on GitHub (Oct 30, 2025):
I wanted to try (and like this app) but the lack of formula is a dealbreaker. That's too bad, but until then, I'm going back to Notion
@D1reW0lf commented on GitHub (Jan 14, 2026):
Hi.
Since I can't seem to find a way to vote for features, I just want to add my me too to this.
@PinkNinjaa commented on GitHub (Feb 4, 2026):
The database formulas is what is chaining me to notion (that and more views for databases).I use it for a bunch of things- like a recipe database with dynamic serving adjustments. Or simply keeping track of finances- if this was added I would happily drop my ungodly priced notion subscription and finally be a notion refugee
@JoverZhang commented on GitHub (Feb 20, 2026):
Hi AppFlowy folks — I’m prototyping a Notion-style formula toolchain in Rust (editor UX first: diagnostics/formatting + completion/signature help), packaged as WASM for embedding.
Demo: https://www.jovers.org/notion-formula-rs
Repo: https://github.com/JoverZhang/notion-formula-rs
Small question: Is there already an active formula MVP plan for Grids? If so, I’d love to align.
To help me scope an MVP, could you share:
The top 3–5 field types you most want formulas to support first
(e.g. Text / Number / Date / Checkbox / Select / Relation)
The top 5–10 functions you need first (optional, but helpful)
(e.g. if/ifs, boolean ops, concat, empty, now/today, sum/avg)
(Optional) 1–2 MVP examples in this format:
if(Status == "Done", Points, 0)30If you can try the demo for 2 minutes, feedback is very welcome.
Please share: formula + expected vs actual (esp. completion/signature help/diagnostics/formatting).