How to set Global variable in workflow
Question:
I want to use a global variable throughout the workflows. So that whenever the value of that variable is changed then it should reflect in all the child workflows as well as parent workflow.
Solution:
- To set a global variable You have to use SET VARIABLE in parent workflow at the Global level and use GET VARIABLE to use the same variable in child workflow.
- Attaching the sample Parent and Child workflow for your reference.