Skip to content

Run Script on Client

Overview

Run scripts on the client and obtain script return values. When the step is executed, the platform will bind the informat object to the window object, and designers can use informat to call the function functions provided by client scripts.

Parameter Configuration

ParameterDescription
Execute ScriptThe content of the script to be executed.
Input ParametersContext parameters passed when the script is executed by the client.

Return Value

ParameterTypeDescription
Script Return DataScriptExecuteResultData obtained after the script is executed by the client.

Script Parameter Context Structure

ParameterTypeDescription
appIdStringCurrent application ID.
paramsObjectInput parameters passed by automation.