
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2020 07:40 PM
Hi Everyone,
I have checked the documentation of Return Value workflow activity.
On what I understand it is possible to pass data from subflow to the parent flow.
Can someone tell me on how to access the data from the subflow return value to the parent flow?
Thanks,
Tadz
Solved! Go to Solution.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2020 08:09 PM
Hi,
It is possible to pass the result form subflow to parent workflow.
The Return Value workflow activity adds the data from the subflow's value variable to the parent workflow's scratchpad.
Refer the image for details.
Regards,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2020 08:09 PM
Hi,
It is possible to pass the result form subflow to parent workflow.
The Return Value workflow activity adds the data from the subflow's value variable to the parent workflow's scratchpad.
Refer the image for details.
Regards,
Sagar Pagar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2020 06:57 PM
Thanks Sagar 🙂