How can we store values in workflow scratchpad which can be universally used in the workflow from an

Ankita NA
Tera Contributor

How can we store values in workflow scratchpad which can be universally used in the workflow from any widget. If anybody can give example on this?

1 REPLY 1

Basheer
Mega Sage

Write the script in the initial flows where you are getting the value and store in wf_scratchpad like below.

wf_scratchpad.input1 = "This is the scratchpad value"

 

After storing it in this format use it in any point

var something = wf_scratchpad.input1;

 

Please hit like button if my suggestion has helped you in any way.
Please mark correct if my response has solved your query.

Cheers,
Mohammed Basheer Ahmed.