- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2017 03:00 PM
How to pass values from a from to a workflow that is inside another workflow.
Thanks for your answer.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2017 03:17 PM
! !Hello Som,
Here is the documentation on how to do that.
1. Define inputs on the subflow - Define inputs for a subflow
2. Pass inputs from main workflow to subflow - Invoke a subflow in a workflow
Here is an example -
This example simply passes the value of short description field on incident form to a subflow. The subflow then copies the value of short description over to description field.
Step 1 - Create an input variable in subflow of type string and label it as short des
Step 2 - Add a run script to read the input variable in subflow
Step 3 - Drag and drop the subflow in main flow. You will get a dialog where you need to set the value of input variable you created in subflow in step 1.
Let me know if you need any additional info on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2017 11:41 AM
Thanks for letting me know, I was not seeing the button for the correct answer, as the windows were collapsed. I have done it now! Thanks Again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2021 08:36 AM
Does it work for sc_req_item tables as well