Playbook Variable
Hi guys,
How can I use the set variable value in a playbook I created in a different playbook?
Hi guys,
How can I use the set variable value in a playbook I created in a different playbook?
Hello Adem_netsys,
The most common way this is done is by adding a parameter to your referenced (child ) playbook via Tools > Parameters. Then you are able to pass specific variables to that playbook

When you call the child/reference playbook from the parent playbook, you are able to insert variables into the new parameter


Then back in the child playbook you can use the parameter 
When we run the playbook we can confirm that the variable was passed.

I've attached this playbook to my comment so feel free to give it a try. Hope this helps!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.