-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
Description
Create a new Flow Designer custom action called “Run Script”, which allows dynamic server-side script execution within flows.
This action should accept a script input (string) that contains arbitrary server-side JavaScript code, execute it, and return its output as an action output.
The purpose of this feature is to give builders and developers a lightweight, reusable utility to run ad-hoc scripts directly in Flow Designer without creating a dedicated Script Action or Script Include. It is particularly useful for rapid prototyping, conditional logic, and development workflows.