ConstCreates an inline script for use in Flow Designer action/subflow inputs.
Inline scripts are JavaScript code that executes server-side during flow execution.
They have access to flow context via fd_data and can return any type of value.
The JavaScript code to execute. Should be a valid expression or statements.
The result of the script execution (any type at runtime)
Define a server-side script inline as an action or subflow input.