Module: app_scripting_proxy
Last updated
Was this helpful?
Was this helpful?
import appScript from "app_scripting_proxy";
appScript.setProcess( (ctx, jsonObj) => {
// Perform actions and return the manipulated json, if applicable
return jsonObj;
});