How can we store values in workflow scratchpad which can be universally used in the workflow from an
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 04:37 AM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 04:50 AM
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.
Please mark correct if my response has solved your query.
Cheers,
Mohammed Basheer Ahmed.