Navigation
Mobile DocsNavigation
Mobile DocsRun custom logic
Execute custom JavaScript or TypeScript code within your workflow to transform data or implement complex logic. Create reusable functions to process inputs and generate outputs for other blocks.
Placeholder: // Process input data const result = { processedAt: new Date().toISOString(), data: input.data || [] }; return result;
Layout: full
Optional
Optional
Primary response type:
{
"result": "json",
"stdout": "string",
"executionTime": "number"
}