For the complete documentation index, see llms.txt. This page is also available as Markdown.

Examples

Ready-to-use snippets for the Formula Columns plugin.

These examples are complete snippets you can paste into the Formula Columns option of a column (see Formula Columns for how to configure one). Each page explains the use case, the snippet, and what to watch out for.

Remember: the snippet is the body of async function (objNew, objCurr, dataPath, dataPathCurr), its return value becomes the column value, your own fields are on objNew, and the system fields (_uuid, …) are on the envelope dataPath[0].

Last updated