...
Warning | ||
---|---|---|
| ||
Generally in JavaScript, it is good practice (but not required) to declare JavaScript variables usiing using the JavaScript |
We still need to identify name
from the Process Inputs tree control as an input to our JavaScript action. Click on the Add control in the Script Inputs editor, and select name
.
We also need to identify the fullName
variable from our JavaScript code as an output from our JavaScript action. To do this, click in the Script Outputs editor, type in fullName
, and identify its type as string
.
...