Workflow Scratchpad : How to pass data from one activity to another activity servicenow.
Step -1 : Store value in one activity like below
workflow.scratchpad.datavalue=current.variable.computer_name;
Step -2 : Access above to another activity like below,
var getName =workflow.scratchpad.datavalue.
Workflow Scratchpad : How to pass data from one activity to another activity servicenow
Working Code Changed status to publish July 14, 2023