This plugin lets you execute custom JavaScript code directly from a workflow.
It supports both synchronous and asynchronous scripts (await, fetch, etc.).
💡 Debug Mode: When enabled, the plugin logs your script, result, and any errors to the browser console. This makes it easy to test, troubleshoot, and understand what’s going on in your code — especially when working with complex or async logic.
💡 Helpers:
- helpers.log(...args) Logs one or more values to the browser console, prefixed with [JSAction].
- helpers.delay(ms) Returns a Promise that resolves after a given delay (can be used with await).
- helpers.now() Returns the current date and time as an ISO string.
Free
For everyone
stars • 0 ratings
33 installs
This plugin does not collect or track your personal data.