- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2020 10:03 PM
I want send value from subflow to mainflow and set that value in the field of mainflow.
Can anyone suggest me the process?
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2020 10:29 PM
Hi,
For that you can put your value in workflow.scratchpad.variablename and then pass that value using return value activity ${workflow.scratchpad.variablename}
SubFlow
1) Run Script Activity
In Subflow you can pass your value in workflow scratchpad variable and then pass it to parent workflow using return value activity
2)Return Value Activity
Below screenshot shows use return value activity in subflow
Parent Workflow
3)In Parent workflow, Click on Subflow workflow and then Put that scratchpad variable name in Map return value to
4) And then use this Workflow scratchpad variable is in Parent flow in any activity of parent flow.
I hope it will help you
Please Mark Correct/Helpful answer if it help you in any way.
Thanks,
Kunal.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2020 10:29 PM
Hi,
For that you can put your value in workflow.scratchpad.variablename and then pass that value using return value activity ${workflow.scratchpad.variablename}
SubFlow
1) Run Script Activity
In Subflow you can pass your value in workflow scratchpad variable and then pass it to parent workflow using return value activity
2)Return Value Activity
Below screenshot shows use return value activity in subflow
Parent Workflow
3)In Parent workflow, Click on Subflow workflow and then Put that scratchpad variable name in Map return value to
4) And then use this Workflow scratchpad variable is in Parent flow in any activity of parent flow.
I hope it will help you
Please Mark Correct/Helpful answer if it help you in any way.
Thanks,
Kunal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2020 10:59 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2020 11:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2020 07:10 AM