Passing data from Parent Workflow to child workflow to be used by Run Script on child workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2019 03:04 AM
Hi Community
I have created two workflows parent/child and am trying to pass data from the parent workflow to the child workflow
Parent Workflow
I have setup a Run Script on the parent workflow to obtain the data from the “sc_cat_item_guide_items” table and pass that information to the child workflow
I am passing the run script results to “workflow.scratchpad.approval_deleg”
Parent Workflow Run Script
I am trying to pass the value assigned to “workflow.scratchpad.approval_deleg” to the input on the child workflow and then use it in a script to obtain approval delegation
Child Workflow config on parent workflow
Child workflow
Child workflow inputs
Child workflow script
When I try to pass the data from the parent workflow Run Script to the child workflow scrip it doesn’t pass any data
What am I doing wrong ?
Thanks
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2019 03:27 AM
Refer the below link thoroughly
you will get idea wherre you are wrong.
For more information you can also refer
Mark my ANSWER as CORRECT n also HELPFUL if it helps