Global variables in workflow?

Hi All,

Is there a way to use global variables in a workflow?

For example, for email templates it is possible to use: identityNowUrl, PRODUCT_NAME.

Thanks,
JM

Hi @jmartinez,

It’s not possible to call those Global variables from your workflow.

As alternative solution :

  • In begin of each transform add define operator variable and define those globales variables
  • Create a transform of type lookup by storing thoses variables in key/value and at begin of each workflow you can use HTTP REQUEST action to retreive this transform and the key/value.

Best regards.

Thanks for the suggestion. We’ll use the transform option.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.