I’m using Airtable to do some pipeline reporting and trying to create a field that shows the time a record has spent in its current stage. I have fields (all called “Moved to [Stage]”) that automatically get timestamped whenever a record moves into each stage, now I want to make one new field that I can show on all cards in the kanban view. Effectively, it’ll be DATETIME_DIFF(NOW(), {Moved to [Stage]}) but I keep getting syntax errors or NaN outputs.
Can I use a nested formula to define the {to} datetime?

