How to set Global variable in workflow

Hi! All,
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.

1 Like

Hi!

  • To set a global variable use the SET VARIABLE step in parent workflow and set a variable at the Global level.
  • You can use GET VARIABLE to use the variable in child workflows.
  • Attaching the sample Parent and Child workflow for your reference.
    GetV_chileWF.psw (16.1 KB)
    GlobalVariable.psw (17.5 KB)
1 Like