Technical Note: [FortiSOAR / Cybersponse Tricks'n'Tips] How to pass parameters to child playbook from parent playbook
Description
In most of the cases while creating a child playbook you need some variables from parent playbook for the desired result. In such a situation, you can pass parameters to child playbook from parent playbook.
Following are the steps to perform
Step 1: Create a parent playbook and set a variable in parent playbook that you want to pass as a parameter to child playbook
Step 2: Create a child playbook and go to "Edit Parameters".
Step 3: Add "Parameter's" name in a child playbook.
Step 4: Go to parent playbook and add a new step "Reference a Playbook" in which you need to select a child playbook name as well as set parameter value which you want to pass to a child playbook.
