Script Actions are used to execute server-side scripts when specific events occur.
Configure a Script Action record to run custom scripts when a particular event is triggered.
Consider using a function exported from your src/server modules or using Now.include() to move the script to a separate js file
Script Actions are used to execute server-side scripts when specific events occur. Configure a Script Action record to run custom scripts when a particular event is triggered. Consider using a function exported from your
src/servermodules or usingNow.include()to move the script to a separate js file