Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

JavaScript connector methods

Execute custom JavaScript with the Execute method as part of an automation in the RPA Desktop Design Studio.

Execute

Executes the custom JavaScript you have written. Before executing,

Configure the Execute method

  1. Click the method settings icon (
Image omitted: component-settings-icon.png
Method settings icon\).
  1. Select the class from the Classes list as set in the custom JavaScript you had written.
  2. Select the method from the Methods list as set in the custom JavaScript you had written.
  3. Click OK.

    A Data In port is created to accept the value for the function you have created.

ParameterDescriptionData port typeData typeDefault valueMandatory?
Function valueAccepts the value for the function you have created.Data inObjectNoneYes
ResultReturns the output of the custom JavaScript execution.Data outStringNoneNot applicable

Parent Topic:JavaScript