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
| Parameter | Description |
|---|---|
| Execute Script | The content of the script to be executed. |
| Input Parameters | Context parameters passed when the script is executed by the client. |
Return Value
| Parameter | Type | Description |
|---|---|---|
| Script Return Data | ScriptExecuteResult | Data obtained after the script is executed by the client. |
Script Parameter Context Structure
| Parameter | Type | Description |
|---|---|---|
| appId | String | Current application ID. |
| params | Object | Input parameters passed by automation. |

