JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
JS Runner
Overview
Formula ExecuteFunction
More
Share
Explore
Overview
BB
Benno Baumgartner
The JS Runner pack for coda provides a formula to execute any javascript code, like so:
ExecuteFunction
("
function sum(v1, v2) { return v1+v2;}
", "
sum
",
1
,
2
)
Install Pack
See
Formula ExecuteFunction
for details.
Never execute code from a source that you do not trust.
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.