π Home
CUSTOMIZE A TEMPLATE β±
LEARN VOLTAPP
CREATE YOUR 1rst APP
GO FURTHER
Webhooks integration (Make, Zapierβ¦): ex Notion
REFERENCE
HELP
COMMUNITY
π Our discord
π Marketpad
The Execute JavaScript block allows you to import your own code to for example perform a complex operation to model visually.
This block can be easily copied and reused in any node graph, without recoding.
This block allows to you execute javascript code.
You can specify parameters using :
// first argument is the name and second one its typevoltapp.getParam('paramName', 'text');
And return values using :
// first argument is the name and second one its type and third the valuevoltapp.setReturn('return', 'text', result);