Pass argument value JavaScript

How do I pass the argument value to the JavaScript activity?

Execute JS - component, configure in Automation Process Workflow.

Refer link for more details-

https://www.edgeverve.com/assistedge/knowledge-base/RPA19.1/Automation_Studio/Configuring-Automation-Processes/Process_Components/Execute_Java_Script/Execute_Java_Script.htm?rhhlterm=execute%20execution%20executing%20executed&rhsearch=Execute%20js

Hi @sumit.sagar

I don’t see step which can help me to pass the argument value in JavaScript. Can you help me with the step?

Hi @Mantri,

In the script editor, just do right click to see the the list of available arguments as following.

image

Once you select the argument, script get updated like this and the value of this argument will be used at runtime.

image