how to pass variables from parent workflow to child workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2018 06:32 AM
i need to pass the value from test1 to test2
first workflow
2nd workflow
Where did i go wrong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2018 06:49 AM
you can use current in child workflow so your script will be like
current.variables.texttwo = current.variables.textone;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2018 06:59 AM
didnt work for me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2018 06:54 AM
Hi,
You can see these steps for passing variables from one workflow to another.It will help you:
Please mark my answer correct/helpful if it helps you to find the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2018 06:59 AM
i tried with that too it didnt work can i know y?

