Anko Script
User-defined script for manipulating action inputs
Parameters
Label (internal name) | Type | Default | Description |
---|---|---|---|
Script Content (script) | textarea, possible values: content-type:text/go | Pseudo-go Anko script | |
Name (script-params.paramName) | string | Name of the parameter, can be used in script using Params["Name"] | |
Value (script-params.paramValue) | string | Value of the parameter, can use templating |
Expected Input
Any input is passed and is made available as input variable to the script
Expected Input
Output as updated by the script inside the output variable
Back to top