fix(blog): correct PK live-formula wording in v7.13 post
publish / Build-and-publish (push) Successful in 15m16s

This commit is contained in:
blog-dev
2026-09-04 00:36:58 +00:00
parent b415793eec
commit 60a19dda89
@@ -134,7 +134,7 @@ Behind the columns shown here, the same edit also resolved the change-summary fo
* When you paste a formula into the grid, column names are automatically translated so the formula works in its new position. * When you paste a formula into the grid, column names are automatically translated so the formula works in its new position.
* A cell that is overwritten by a formula is flagged (with the original value retained) so you can revert it. * A cell that is overwritten by a formula is flagged (with the original value retained) so you can revert it.
* Formula-looking values pasted from Excel are treated as plain data (not evaluated), unless you explicitly choose "Apply as formula" - a deliberate safety measure so a spreadsheet's internal formulas don't leak into your data as live rules. * Formula-looking values pasted from Excel are treated as plain data (not evaluated), unless you explicitly choose "Apply as formula" - a deliberate safety measure so a spreadsheet's internal formulas don't leak into your data as live rules.
* When submitted, it's the formula's computed value that is sent to the backend, never the raw formula text (a primary key column even resolves its live formula to the computed value so the submission keys are correct). * When submitted, it's the formula's computed value that is sent to the backend, never the raw formula text (a primary key column always resolves its live formula immediately to the computed value so the submission keys are correct).
## How it works under the hood (briefly) ## How it works under the hood (briefly)